Lines Matching refs:iPorts
400 int iPorts = HCS_N_PORTS (pEhci->hcs_params); in ms_get_roothub_desc() local
407 pDesc->bNbrPorts = iPorts; in ms_get_roothub_desc()
408 u16Temp = 1 + (iPorts / 8); in ms_get_roothub_desc()
491 int iPorts = HCS_N_PORTS (pEhci->hcs_params); in ms_hub_control() local
511 if (!u16Index || u16Index > iPorts) in ms_hub_control()
581 if (!u16Index || u16Index > iPorts) in ms_hub_control()
733 if (!u16Index || u16Index > iPorts) in ms_hub_control()
2528 int iPorts; in ms_ehci_suspend() local
2533 iPorts = HCS_N_PORTS (ehci->hcs_params); in ms_ehci_suspend()
2542 for (i = 0; i < iPorts; i++) { in ms_ehci_suspend()
2558 int iPorts; in ms_ehci_resume() local
2564 iPorts = HCS_N_PORTS (ehci->hcs_params); in ms_ehci_resume()
2566 for (i = 0; i < iPorts; i++) in ms_ehci_resume()