Home
last modified time | relevance | path

Searched defs:XHCI_EXT_PORT_MAJOR (Results 1 – 2 of 2) 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/host/
H A Dxhci.h573 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro