Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h16 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
H A Dxhci-mem.c1884 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2127 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2156 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
H A Dxhci-pci.c865 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
H A Dxhci-ring.c1965 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()