Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h476 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h324 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro