Home
last modified time | relevance | path

Searched refs:XHCI_EXT_PORT_MAJOR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h475 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c378 if (XHCI_EXT_PORT_MAJOR(val) != 0x3) in xdbc_reset_debug_port()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2245 major_revision = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()
2268 rhub->maj_rev = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()
H A Dxhci.h573 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro