Lines Matching refs:ports
614 int ports, i, retval = 1; in ehci_hub_status_data() local
620 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_status_data()
621 if (ports > 7) { in ehci_hub_status_data()
652 for (i = 0; i < ports; i++) { in ehci_hub_status_data()
692 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_descriptor() local
699 desc->bNbrPorts = ports; in ehci_hub_descriptor()
700 temp = 1 + (ports / 8); in ehci_hub_descriptor()
870 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control() local
899 if (!wIndex || wIndex > ports) in ehci_hub_control()
987 if (!wIndex || wIndex > ports) in ehci_hub_control()
1156 if (!wIndex || wIndex > ports) in ehci_hub_control()
1258 while (ports--) { in ehci_hub_control()
1260 &ehci->regs->port_status[ports]; in ehci_hub_control()