Searched refs:HCS_MAX_PORTS (Results 1 – 6 of 6) sorted by relevance
16 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
621 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()648 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_port_bw_show()
1924 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()2171 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()2200 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
892 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
2000 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
48 port_num = HCS_MAX_PORTS(reg); in dwc3_power_off_all_roothub_ports()
Completed in 23 milliseconds