Searched defs:ROOT_HUB_PORT (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 537 #define ROOT_HUB_PORT(p) (((p) & 0xff) << 16) macro |
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci.h | 401 #define ROOT_HUB_PORT(p) (((p) & 0xff) << 16) macro |