Searched refs:interrupt_ctrl (Results 1 – 1 of 1) sorted by relevance
42 auto interrupt_ctrl = in IrqLoop() local44 interrupt_ctrl.set_enable_mask(0); in IrqLoop()45 interrupt_ctrl.WriteTo(controller_->mmio_space()); in IrqLoop()47 if (interrupt_ctrl.sde_int_pending()) { in IrqLoop()69 if (interrupt_ctrl.de_pipe_c_int_pending()) { in IrqLoop()71 } else if (interrupt_ctrl.de_pipe_b_int_pending()) { in IrqLoop()73 } else if (interrupt_ctrl.de_pipe_a_int_pending()) { in IrqLoop()84 interrupt_ctrl.set_enable_mask(1); in IrqLoop()85 interrupt_ctrl.WriteTo(controller_->mmio_space()); in IrqLoop()157 interrupt_ctrl.set_enable_mask(0); in Init()[all …]
Completed in 16 milliseconds