Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Doxu210hp.h209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
240 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
Dehci.h244 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
274 #define IS_SHORT_READ(token) (QTD_LENGTH (token) != 0 && QTD_PID (token) == 1)
Dehci-q.c210 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()
405 qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs); in qh_completions()
Dehci-dbg.c481 else if (QTD_LENGTH (scratch)) { in qh_lines()
Doxu210hp-hcd.c874 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()