Searched refs:Get_Cap (Results 1 – 3 of 3) sorted by relevance
1253 if (Get_Cap(ehci_hcc_params) & EHCI_HCC_ASYNC_SCHED_PARK_CAP) { in ehci_init_ctlr()1268 if (Get_Cap(ehci_hcc_params) & EHCI_HCC_PROG_FRAME_LIST_FLAG) { in ehci_init_ctlr()1285 if (Get_Cap(ehci_hcc_params) & EHCI_HCC_64BIT_ADDR_CAP) { in ehci_init_ctlr()1383 extended_cap_offset = (Get_Cap(ehci_hcc_params) & EHCI_HCC_EECP) >> in ehci_take_control()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()[all …]
125 capability = Get_Cap(ehci_hcs_params); in ehci_init_root_hub()
931 #define Get_Cap(addr) ddi_get32(ehcip->ehci_caps_handle, \ macro