Searched defs:TD_CC_GET (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | ohci.h | 76 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro |
/openbmc/linux/drivers/usb/host/ | ||
H A D | ohci.h | 94 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f) macro |