Searched refs:IRQS_WAITING (Results 1 – 6 of 6) sorted by relevance
71 desc->istate |= IRQS_AUTODETECT | IRQS_WAITING; in probe_irq_on()91 if (!(desc->istate & IRQS_WAITING)) { in probe_irq_on()126 if (i < 16 && !(desc->istate & IRQS_WAITING)) in probe_irq_mask()166 if (!(desc->istate & IRQS_WAITING)) { in probe_irq_off()
471 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_nested_irq()548 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_simple_irq()585 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_untracked_irq()641 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_level_irq()701 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_irq()782 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_irq()846 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_eoi_irq()1209 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_ack_irq()1261 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_mask_irq()
39 ___PS(IRQS_WAITING); in print_irq_desc()
151 BIT_MASK_DESCR(IRQS_WAITING),
60 IRQS_WAITING = 0x00000080, enumerator
1713 IRQS_ONESHOT | IRQS_WAITING); in __setup_irq()
Completed in 13 milliseconds