Searched refs:hcr_control (Results 1 – 3 of 3) sorted by relevance
487 Set_OpReg(hcr_control, in ohci_hcdi_polled_write()488 (Get_OpReg(hcr_control) & (~HCR_CONTROL_PLE))); in ohci_hcdi_polled_write()530 Set_OpReg(hcr_control, in ohci_hcdi_polled_write()531 (Get_OpReg(hcr_control) | HCR_CONTROL_PLE)); in ohci_hcdi_polled_write()947 ohci_polled_regsp->hcr_control = Get_OpReg(hcr_control); in ohci_polled_save_state()1197 Set_OpReg(hcr_control, in ohci_polled_save_state()1198 (Get_OpReg(hcr_control) | HCR_CONTROL_PLE)); in ohci_polled_save_state()1223 Set_OpReg(hcr_control, in ohci_polled_stop_processing()1224 (ohci_polled_regsp->hcr_control) & ~(HCR_CONTROL_CLE| in ohci_polled_stop_processing()1310 if (Get_OpReg(hcr_control) & HCR_CONTROL_PLE) { in ohci_polled_restore_state()[all …]
1535 Set_OpReg(hcr_control, HCR_CONTROL_RESET); in ohci_init_ctlr()1571 Set_OpReg(hcr_control, HCR_CONTROL_DEFAULT); in ohci_init_ctlr()1646 curr_control = Get_OpReg(hcr_control); in ohci_init_ctlr()1655 Set_OpReg(hcr_control, curr_control); in ohci_init_ctlr()1657 ASSERT((Get_OpReg(hcr_control) & in ohci_init_ctlr()1921 hcr_control_val = Get_OpReg(hcr_control); in ohci_take_control()1942 if ((Get_OpReg(hcr_control) & HCR_CONTROL_IR) == 0) in ohci_take_control()1963 if (Get_OpReg(hcr_control) & HCR_CONTROL_IR) { in ohci_take_control()2095 Set_OpReg(hcr_control, in ohci_cleanup()2096 (Get_OpReg(hcr_control) & ~(HCR_CONTROL_CLE | in ohci_cleanup()[all …]
134 uint32_t hcr_control; /* Control information */ member