Home
last modified time | relevance | path

Searched refs:hw_info2 (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx183 if (q->qh->hw_info2 & CPUToLE32 (1 << uframe)) in periodic_usecs()
186 if (q->qh->hw_info2 & CPUToLE32 (1 << (8 + uframe))) in periodic_usecs()
456 uframe1 = ffs (LE32ToCPU(qh->hw_info2) & 0x00ff); in qh_schedule()
482 qh->hw_info2 &= ~0xffff; in qh_schedule()
483 qh->hw_info2 |= CPUToLE32 (1 << uframe1) | c_mask1; in qh_schedule()
H A DdrvEHCIDBG.cpp196 qh, qh->hw_next, qh->hw_info1, qh->hw_info2, in dbg_qh()
545 scratch, cpu_to_le32p (&qh->hw_info2), in qh_lines()
756 le32_to_cpup (&p.qh->hw_info2) in show_periodic()
H A DdrvEHCI.h1743 U32 hw_info2; member
H A DdrvEhciHcd.c2664 if ((qh->hw_info2 & CPUToLE32 (0x00ff)) != 0) { in ehci_urb_done()
4977 qh->hw_info2 = CPUToLE32 (info2); in qh_make()