Home
last modified time | relevance | path

Searched refs:Q_NEXT_TYPE (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx90 prev_p = (Q_NEXT_TYPE (*hw_p) == QH_TYPE) in ms_periodic_unlink()
103 next_p1 = (Q_NEXT_TYPE (*hw_p) == QH_TYPE) in ms_periodic_unlink()
120 if (Q_NEXT_TYPE (*phw_p) == QH_TYPE) in ms_periodic_usecs()
363 type = Q_NEXT_TYPE(pEhci->pPeriodic [frame]); in ms_tt_no_collision()
376 type = Q_NEXT_TYPE(here.qh->hw_next_qh); in ms_tt_no_collision()
470 type = Q_NEXT_TYPE(*hw_p); in ms_qh_link_periodic()
710 u32Type = Q_NEXT_TYPE (*hw_p); in ms_scan_periodic()
722 u32Type = Q_NEXT_TYPE (q.qh->hw_next_qh); in ms_scan_periodic()
H A DdrvEHCI.h429 #define Q_NEXT_TYPE(dma) ((dma) & (3 << 1)) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx135 prev_p = periodic_next_shadow (prev_p, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()
149 next_p1 = periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()
179 switch (Q_NEXT_TYPE (*hw_p)) { in periodic_usecs()
1147 type = Q_NEXT_TYPE (*hw_p); in scan_periodic()
1163 type = Q_NEXT_TYPE (q.qh->hw_next); in scan_periodic()
1180 type = Q_NEXT_TYPE (q.fstn->hw_next); in scan_periodic()
1198 type = Q_NEXT_TYPE (*hw_p); in scan_periodic()
1210 type = Q_NEXT_TYPE (q.itd->hw_next); in scan_periodic()
1224 type = Q_NEXT_TYPE (q.sitd->hw_next); in scan_periodic()
H A DdrvEHCIDBG.cpp745 tag = Q_NEXT_TYPE (ehci->periodic [i]); in show_periodic()
848 tag = Q_NEXT_TYPE (p.qh->hw_next); in show_periodic()
856 tag = Q_NEXT_TYPE (p.fstn->hw_next); in show_periodic()
880 tag = Q_NEXT_TYPE (p.itd->hw_next); in show_periodic()
886 tag = Q_NEXT_TYPE (p.sitd->hw_next); in show_periodic()
H A DdrvEHCI.h1502 #define Q_NEXT_TYPE(dma) ((dma) & CPUToLE32 (3 << 1)) macro