Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h326 #define QTD_CERR(tok) (((tok)>>10) & 0x3) macro
H A Dfotg210-hcd.c2152 } else if (QTD_CERR(token)) { in qtd_copy_status()
2322 QTD_CERR(token) == 0 && in qh_completions()
/linux/drivers/usb/host/
H A Dehci-q.c218 } else if (QTD_CERR(token)) { in qtd_copy_status()
369 QTD_CERR(token) == 0 && in qh_completions()
H A Dehci.h299 #define QTD_CERR(tok) (((tok)>>10) & 0x3) macro
H A Doxu210hp-hcd.c218 #define QTD_CERR(tok) (((tok)>>10) & 0x3) macro
1301 if (QTD_CERR(token)) in qtd_copy_status()
1311 } else if (QTD_CERR(token)) in qtd_copy_status()