Searched refs:HCS_N_PORTS (Results 1 – 5 of 5) sorted by relevance
111 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()
686 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()
635 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
400 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()
308 #define HCS_N_PORTS(p) (((p)>>0)&0xf) macro