Searched refs:irq_mask (Results 1 – 1 of 1) sorted by relevance
65 uint64_t irq_mask[IRQ_64s]; member193 this->irq_premask[i] &= ~this->irq_mask[i]; in hw_irq_ctrl_clear_all_enabled_irqs()222 nhw_intctrl_st[inst].irq_mask[irq/64] &= ~((uint64_t)1<<(irq%64)); in hw_irq_ctrl_disable_irq()234 return (nhw_intctrl_st[inst].irq_mask[irq/64] & ((uint64_t)1 << (irq%64)))?1:0; in hw_irq_ctrl_is_irq_enabled()272 if (this->irq_mask[irq_idx] & irq_bit) { in hw_irq_ctrl_reeval_level_irq()295 this->irq_mask[irq_idx] |= irq_bit; in hw_irq_ctrl_enable_irq()311 if (this->irq_mask[irq_idx] & irq_bit) { in hw_irq_ctrl_irq_raise_prefix()