Home
last modified time | relevance | path

Searched defs:XHCI_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h542 #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h404 #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24) macro