Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp111 HCS_PPC (params) ? "" : " !ppc", HCS_N_PORTS (params) ); in dbg_hcs_params()
119 for (i = 0; i < HCS_N_PORTS (params); i++) { in dbg_hcs_params()
1027 for (i = 0; i < HCS_N_PORTS (ehci->hcs_params); i++) { in show_registers()
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()
1261 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control()
7660 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_suspend()
7744 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_resume()
8077 unsigned i = HCS_N_PORTS (ehci->hcs_params); in ehci_irq()
H A DdrvEHCI.h635 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
/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()
491 int iPorts = HCS_N_PORTS (pEhci->hcs_params); in ms_hub_control()
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.h308 #define HCS_N_PORTS(p) (((p)>>0)&0xf) macro