Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h474 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h575 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro