Searched refs:IRQ_TYPE_SENSE_MASK (Results 1 – 3 of 3) sorted by relevance
377 const IRQ_TYPE_SENSE_MASK = 0x0000000f; constant380 const IRQ_TYPE_DEFAULT = Self::IRQ_TYPE_SENSE_MASK.bits;421 self.bits & Self::IRQ_TYPE_SENSE_MASK.bits in trigger_bits()425 *self & Self::IRQ_TYPE_SENSE_MASK in trigger_type()
522 self.line_status.remove(IrqLineStatus::IRQ_TYPE_SENSE_MASK); in set_trigger_type()524 .insert(trigger & IrqLineStatus::IRQ_TYPE_SENSE_MASK); in set_trigger_type()
951 trigger_type &= IrqLineStatus::IRQ_TYPE_SENSE_MASK; in do_set_irq_trigger()