Searched refs:HCS_MAX_PORTS (Results 1 – 7 of 7) sorted by relevance
16 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
784 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()922 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()1859 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()2110 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()2139 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
640 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
924 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
1930 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
105 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro
893 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()