Home
last modified time | relevance | path

Searched refs:iPorts (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c400 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()
[all …]