Home
last modified time | relevance | path

Searched refs:XHCI_EXT_PORT_MAJOR (Results 1 – 4 of 4) 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/early/
H A Dxhci-dbc.c378 if (XHCI_EXT_PORT_MAJOR(val) != 0x3) in xdbc_reset_debug_port()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h320 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro
H A Dxhci-mem.c1969 major_revision = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()