Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mem.c814 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
948 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
1857 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2228 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2257 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
Dxhci-debugfs.c525 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
Dxhci.h75 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
Dxhci-ring.c1583 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()