Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h16 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h105 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro