Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.h519 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
Dxhci-mem.c2093 port_count = XHCI_EXT_PORT_COUNT(temp); in xhci_add_in_port()
Dxhci.c4256 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()