Searched refs:IRQD_TRIGGER_MASK (Results 1 – 3 of 3) sorted by relevance
465 const IRQD_TRIGGER_MASK = 0xf; constant554 IrqLineStatus::from_bits_truncate(self.bits & Self::IRQD_TRIGGER_MASK.bits) in trigger_type()560 self.bits &= !Self::IRQD_TRIGGER_MASK.bits; in set_trigger_type()561 self.bits |= trigger.bits & Self::IRQD_TRIGGER_MASK.bits; in set_trigger_type()
307 | IrqStatus::IRQD_TRIGGER_MASK in modify_status()
959 common_data.clear_status(IrqStatus::IRQD_TRIGGER_MASK); in do_set_irq_trigger()