Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci.h274 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
299 #define IS_SHORT_READ(token) (QTD_LENGTH (token) != 0 && QTD_PID (token) == 1)
Dehci-dbg.c394 else if (QTD_LENGTH (scratch)) { in qh_lines()
Dehci-q.c128 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()