Lines Matching refs:Get_OpReg

1031 	    Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET);  in ehci_init_hardware()
1036 ASSERT(Get_OpReg(ehci_status) & EHCI_STS_HOST_CTRL_HALTED); in ehci_init_hardware()
1208 (Get_OpReg(ehci_status) & EHCI_STS_HOST_CTRL_HALTED)) { in ehci_init_check_status()
1258 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_init_ctlr()
1274 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_init_ctlr()
1320 uint32_t cmd_reg = Get_OpReg(ehci_command); in ehci_init_ctlr()
1331 ASSERT(Get_OpReg(ehci_command) & EHCI_CMD_HOST_CTRL_RUN); in ehci_init_ctlr()
1821 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_cleanup()
1836 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_cleanup()
2055 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_cpr_suspend()
2083 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_cpr_suspend()
3726 ehci_save_regs->ehci_command = Get_OpReg(ehci_command); in ehci_do_soft_reset()
3727 ehci_save_regs->ehci_interrupt = Get_OpReg(ehci_interrupt); in ehci_do_soft_reset()
3728 ehci_save_regs->ehci_ctrl_segment = Get_OpReg(ehci_ctrl_segment); in ehci_do_soft_reset()
3729 ehci_save_regs->ehci_async_list_addr = Get_OpReg(ehci_async_list_addr); in ehci_do_soft_reset()
3730 ehci_save_regs->ehci_config_flag = Get_OpReg(ehci_config_flag); in ehci_do_soft_reset()
3732 Get_OpReg(ehci_periodic_list_base); in ehci_do_soft_reset()
3738 Set_OpReg(ehci_command, Get_OpReg(ehci_command) & in ehci_do_soft_reset()
3749 Get_OpReg(ehci_command) | EHCI_CMD_LIGHT_HC_RESET); in ehci_do_soft_reset()
3779 Get_OpReg(ehci_async_list_addr))) { in ehci_do_soft_reset()
3821 Set_OpReg(ehci_command, ((Get_OpReg(ehci_command) & in ehci_do_soft_reset()
3850 (Get_OpReg(ehci_status) & EHCI_STS_HOST_CTRL_HALTED)) { in ehci_do_soft_reset()
3914 micro_frame_number = Get_OpReg(ehci_frame_index) & 0x3FFF; in ehci_get_current_frame_number()
4039 cmd_reg = Get_OpReg(ehci_command); in ehci_toggle_scheduler_on_pipe()
4077 Get_OpReg(ehci_async_list_addr))) { in ehci_toggle_scheduler_on_pipe()
4157 cmd_reg = Get_OpReg(ehci_command); in ehci_toggle_scheduler()
4178 if (!Get_OpReg(ehci_async_list_addr)) { in ehci_toggle_scheduler()
4204 Get_OpReg(ehci_async_list_addr))) { in ehci_toggle_scheduler()
4350 Get_OpReg(ehci_command), Get_OpReg(ehci_status)); in ehci_print_regs()
4353 Get_OpReg(ehci_interrupt), Get_OpReg(ehci_frame_index)); in ehci_print_regs()
4356 Get_OpReg(ehci_ctrl_segment), Get_OpReg(ehci_periodic_list_base)); in ehci_print_regs()
4359 Get_OpReg(ehci_async_list_addr), Get_OpReg(ehci_config_flag)); in ehci_print_regs()
4367 Get_OpReg(ehci_rh_port_status[i])); in ehci_print_regs()