Searched refs:IRQ_FLG_ENABLE (Results 1 – 3 of 3) sorted by relevance
178 irq_desc[irq].flag |= IRQ_FLG_ENABLE; in irq_handler_enable()198 irq_desc[irq].flag &= ~IRQ_FLG_ENABLE; in irq_handler_disable()399 pirq, irq_desc[pirq].flag & IRQ_FLG_ENABLE ? 1 : 0, in do_dump_irqs()
128 vdata[i].flag & IRQ_FLG_ENABLE ? 1 : 0, in virqs_show()363 desc->virqs[virq].flag |= IRQ_FLG_ENABLE; in __virq_enable()365 desc->virqs[virq].flag &= ~IRQ_FLG_ENABLE; in __virq_enable()
18 #define IRQ_FLG_ENABLE BIT(0) macro