Searched refs:IRQ_TYPE_SENSE_MASK (Results 1 – 3 of 3) sorted by relevance
379 const IRQ_TYPE_SENSE_MASK = 0x0000000f; constant382 const IRQ_TYPE_DEFAULT = Self::IRQ_TYPE_SENSE_MASK.bits;423 self.bits & Self::IRQ_TYPE_SENSE_MASK.bits in trigger_bits()427 *self & Self::IRQ_TYPE_SENSE_MASK in trigger_type()
530 self.line_status.remove(IrqLineStatus::IRQ_TYPE_SENSE_MASK); in set_trigger_type()532 .insert(trigger & IrqLineStatus::IRQ_TYPE_SENSE_MASK); in set_trigger_type()
952 trigger_type &= IrqLineStatus::IRQ_TYPE_SENSE_MASK; in do_set_irq_trigger()