Home
last modified time | relevance | path

Searched refs:QH_DTC_BIT (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c893 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()
H A DdrvEHCI.h483 #define QH_DTC_BIT 0x00004000 /* bit 14 */ macro