Lines Matching refs:ports
613 int ports, i, retval = 1; in ehci_hub_status_data() local
619 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_status_data()
620 if (ports > 7) { in ehci_hub_status_data()
651 for (i = 0; i < ports; i++) { in ehci_hub_status_data()
691 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_descriptor() local
698 desc->bNbrPorts = ports; in ehci_hub_descriptor()
699 temp = 1 + (ports / 8); in ehci_hub_descriptor()
869 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control() local
898 if (!wIndex || wIndex > ports) in ehci_hub_control()
986 if (!wIndex || wIndex > ports) in ehci_hub_control()
1155 if (!wIndex || wIndex > ports) in ehci_hub_control()
1250 while (ports--) { in ehci_hub_control()
1252 &ehci->regs->port_status[ports]; in ehci_hub_control()