Searched defs:HC_VERSION (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/usb/host/ | ||
A D | ehci.h | 24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro |
/u-boot/include/usb/ | ||
A D | xhci.h | 96 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro |
Completed in 9 milliseconds