Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c993 if (QTD_CERR (u32Token)) /* ���~���Atimeout, bad crc, wrong PID */ in ms_qtd_copy_status()
1005 else if (QTD_CERR (u32Token)) in ms_qtd_copy_status()
1034 && ((u32Token & QTD_STS_MISSMF) != 0 || QTD_CERR(u32Token) == 0) in ms_qtd_copy_status()
1163 QTD_CERR(u32Token) == 0 && in ms_qh_completions()
H A DdrvEHCI.h407 #define QTD_CERR(t) (((t)>>10) & 0x3) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1360 #define QTD_CERR(tok) (((tok)>>10) & 0x3) macro
H A DdrvEhciHcd.c2403 if (QTD_CERR (token)) in qtd_copy_status()
2462 } else if (QTD_CERR (token)) in qtd_copy_status()
2593 && QTD_CERR(token) == 0) { in qtd_copy_status()