Searched refs:IRQD_TRIGGER_MASK (Results 1 – 3 of 3) sorted by relevance
435 const IRQD_TRIGGER_MASK = 0xf; constant524 IrqLineStatus::from_bits_truncate(self.bits & Self::IRQD_TRIGGER_MASK.bits) in trigger_type()530 self.bits &= !Self::IRQD_TRIGGER_MASK.bits; in set_trigger_type()531 self.bits |= trigger.bits & Self::IRQD_TRIGGER_MASK.bits; in set_trigger_type()
296 | IrqStatus::IRQD_TRIGGER_MASK in modify_status()
919 common_data.clear_status(IrqStatus::IRQD_TRIGGER_MASK); in do_set_irq_trigger()