Home
last modified time | relevance | path

Searched refs:IRQ_TYPE_SENSE_MASK (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdata.rs377 const IRQ_TYPE_SENSE_MASK = 0x0000000f; constant
380 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()
H A Dirqdesc.rs522 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()
H A Dmanage.rs951 trigger_type &= IrqLineStatus::IRQ_TYPE_SENSE_MASK; in do_set_irq_trigger()