Searched refs:HCS_N_PORTS (Results 1 – 4 of 4) sorted by relevance
71 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_status_data()112 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_descriptor()146 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control()
67 HCS_N_PORTS (params) in dbg_hcs_params()75 for (i = 0; i < HCS_N_PORTS (params); i++) { in dbg_hcs_params()648 for (i = 0; i < HCS_N_PORTS (ehci->hcs_params); i++) { in show_registers()
587 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_suspend()626 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_resume()
169 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro