Searched defs:QTD_PID (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/fotg210/ | ||
H A D | fotg210-hcd.h | 327 #define QTD_PID(tok) (((tok)>>8) & 0x3) macro |
/linux/drivers/usb/host/ | ||
H A D | oxu210hp-hcd.c | 219 #define QTD_PID(tok) (((tok)>>8) & 0x3) macro |