Searched refs:HCS_MAX_PORTS (Results 1 – 5 of 5) sorted by relevance
823 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()957 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()1872 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()2270 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()2299 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
639 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
78 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
1684 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
5654 + port_num = HCS_MAX_PORTS(reg);