Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c686 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_status_data()
1035 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_descriptor()
1195 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_descriptor()
1197 if (HCS_INDICATOR (ehci->hcs_params)) in ehci_hub_descriptor()
1261 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control()
1413 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_control()
1782 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_control()
6836 ehci->hcs_params = ehci_readl ((U32)&ehci->caps->hcs_params); in ehci_hc_reset()
7660 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_suspend()
7744 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_resume()
[all …]
H A DdrvEHCIDBG.cpp100 U32 params = ehci_readl (&ehci->caps->hcs_params); in dbg_hcs_params()
958 i = ehci_readl (&ehci->caps->hcs_params); in show_registers()
1027 for (i = 0; i < HCS_N_PORTS (ehci->hcs_params); i++) { in show_registers()
H A DdrvEHCI.h271 U32 hcs_params; /* cached register copy */ member
595 U32 hcs_params; /* HCSPARAMS - offset 0x4 */ member
/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()
416 if (HCS_PPC (pEhci->hcs_params)) in ms_get_roothub_desc()
418 if (HCS_P_INDICATOR (pEhci->hcs_params)) in ms_get_roothub_desc()
491 int iPorts = HCS_N_PORTS (pEhci->hcs_params); in ms_hub_control()
545 if (HCS_PPC (pEhci->hcs_params)) in ms_hub_control()
752 if (HCS_PPC (pEhci->hcs_params)) in ms_hub_control()
2327 ehci->hcs_params = hcd_reg_readl ((U32)&ehci->cap_regs->hcsparams); in ms_ehci_init()
2533 iPorts = HCS_N_PORTS (ehci->hcs_params); in ms_ehci_suspend()
2564 iPorts = HCS_N_PORTS (ehci->hcs_params); in ms_ehci_resume()
H A DdrvEHCI.h156 U32 hcs_params; /* cached register copy */ member