Searched refs:EHCI_HCS_NUM_PORTS (Results 1 – 3 of 3) sorted by relevance
125 #define EHCI_HCS_NUM_PORTS 0x0000000F /* No of root hub ports */ macro
133 if ((capability & EHCI_HCS_NUM_PORTS) > EHCI_MAX_RH_PORTS) { in ehci_init_root_hub()137 capability & EHCI_HCS_NUM_PORTS); in ehci_init_root_hub()143 root_hub_descr->bNbrPorts = capability & EHCI_HCS_NUM_PORTS; in ehci_init_root_hub()
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()