Home
last modified time | relevance | path

Searched refs:IS_SHORT_READ (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h425 #define IS_SHORT_READ(token) (QTD_BYTES (token) != 0 && QTD_PID (token) == 1) macro
H A DdrvEhciHcd.c966 if (IS_SHORT_READ (u32Token)) in ms_qtd_copy_status()
1174 else if (IS_SHORT_READ (u32Token) in ms_qh_completions()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1498 #define IS_SHORT_READ(token) (QTD_LENGTH (token) != 0 && QTD_PID (token) == 1) macro
H A DdrvEHCIDBG.cpp478 if (!IS_SHORT_READ (token)) in token_mark()
H A DdrvEhciHcd.c2335 if (unlikely (IS_SHORT_READ (token))) in qtd_copy_status()
3148 } else if (IS_SHORT_READ (token) in qh_completions()