Searched refs:QH_DTC_BIT (Results 1 – 2 of 2) sorted by relevance
893 if (!(pQh->hw_ep_state1 & QH_DTC_BIT)) { in ms_qh_refresh()1632 u32Info1 |= QH_DTC_BIT; /* toggle from qtd */ in ms_qh_make()1657 u32Info1 |= QH_DTC_BIT; /* Data toggle control */ in ms_qh_make()
483 #define QH_DTC_BIT 0x00004000 /* bit 14 */ macro