Searched refs:iPorts (Results 1 – 1 of 1) sorted by relevance
400 int iPorts = HCS_N_PORTS (pEhci->hcs_params); in ms_get_roothub_desc() local407 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() local511 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() local2533 iPorts = HCS_N_PORTS (ehci->hcs_params); in ms_ehci_suspend()2542 for (i = 0; i < iPorts; i++) { in ms_ehci_suspend()[all …]