Home
last modified time | relevance | path

Searched refs:XHCI_EXT_PORT_COUNT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h477 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c383 port_count = XHCI_EXT_PORT_COUNT(val); in xdbc_reset_debug_port()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h577 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
H A Dxhci-mem.c2276 port_count = XHCI_EXT_PORT_COUNT(temp); in xhci_add_in_port()
H A Dxhci.c4561 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()