Searched refs:ehci_hcs_params (Results 1 – 3 of 3) sorted by relevance
4266 "Port indicators: %s", (Get_Cap(ehci_hcs_params) & in ehci_print_caps()4270 (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_COMP_CTRLS) in ehci_print_caps()4274 (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS_CC) in ehci_print_caps()4277 "Port routing rules: %s", (Get_Cap(ehci_hcs_params) & in ehci_print_caps()4280 "Port power control: %s", (Get_Cap(ehci_hcs_params) & in ehci_print_caps()4284 Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); in ehci_print_caps()4307 for (i = 0; i < (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); i++) { in ehci_print_caps()4342 for (i = 0; i < (Get_Cap(ehci_hcs_params) & EHCI_HCS_NUM_PORTS); i++) { in ehci_print_regs()
125 capability = Get_Cap(ehci_hcs_params); in ehci_init_root_hub()
104 uint32_t ehci_hcs_params; /* Structural paramters */ member