Searched refs:hcr_intr_status (Results 1 – 3 of 3) sorted by relevance
308 intr = (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable)); in ohci_hcdi_polled_read()535 intr = Get_OpReg(hcr_intr_status); in ohci_hcdi_polled_write()552 Set_OpReg(hcr_intr_status, intr); in ohci_hcdi_polled_write()553 (void) Get_OpReg(hcr_intr_status); in ohci_hcdi_polled_write()564 Set_OpReg(hcr_intr_status, intr); in ohci_hcdi_polled_write()565 (void) Get_OpReg(hcr_intr_status); in ohci_hcdi_polled_write()1011 ((Get_OpReg(hcr_intr_status) & in ohci_polled_save_state()1015 ((Get_OpReg(hcr_intr_status) & in ohci_polled_save_state()1091 Set_OpReg(hcr_intr_status, HCR_INTR_WDH); in ohci_polled_save_state()1231 Set_OpReg(hcr_intr_status, HCR_INTR_SOF); in ohci_polled_stop_processing()[all …]
7744 (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable)); in ohci_intr()7898 Set_OpReg(hcr_intr_status, intr); in ohci_intr()7917 (void) Get_OpReg(hcr_intr_status); in ohci_intr()9853 Set_OpReg(hcr_intr_status, 0x0); in ohci_do_soft_reset()
136 uint32_t hcr_intr_status; /* Interrupt status register */ member