Home
last modified time | relevance | path

Searched refs:QTD_LENGTH (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1358 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
1498 #define IS_SHORT_READ(token) (QTD_LENGTH (token) != 0 && QTD_PID (token) == 1)
H A DdrvEHCIDBG.cpp580 else if (QTD_LENGTH (scratch)) { in qh_lines()
H A DdrvEhciHcd.c2328 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()