Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h416 #define QTD_STS_BABBLE ((U32)1 << 4) macro
H A DdrvEhciHcd.c971 if (u32Token & QTD_STS_BABBLE) in ms_qtd_copy_status()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1414 #define QTD_STS_BABBLE ((U32)1 << 4) /* device was babbling (qtd halted) */ macro
H A DdrvEhciHcd.c2387 if (token & QTD_STS_BABBLE) { in qtd_copy_status()