Searched defs:XHCI_EXT_PORT_OFF (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 475 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) macro |
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci.h | 323 #define XHCI_EXT_PORT_OFF(x) ((x) & 0xff) macro |