Home
last modified time | relevance | path

Searched refs:QH_TYPE (Results 1 – 2 of 2) 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()
366 case QH_TYPE: in ms_tt_no_collision()
471 if (type == QH_TYPE) in ms_qh_link_periodic()
718 if (u32Type == QH_TYPE) in ms_scan_periodic()
H A DdrvEHCI.h430 #define QH_TYPE (1 << 1) macro
431 #define QH_NEXT(dma) ((((U32)dma)&~0x01f)|QH_TYPE)