Searched defs:PORT_HIRD (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci-port.h | 139 #define PORT_HIRD(p) (((p) & 0xf) << 4) macro |
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 366 #define PORT_HIRD(p) (((p) & 0xf) << 4) macro |