Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.h487 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
Dxhci-mem.c2084 port_count = XHCI_EXT_PORT_COUNT(temp); in xhci_add_in_port()