Home
last modified time | relevance | path

Searched refs:IRQS_REPLAY (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/irq/
H A Dresend.c120 if (desc->istate & IRQS_REPLAY) in check_irq_resend()
133 desc->istate |= IRQS_REPLAY; in check_irq_resend()
H A Dchip.c472 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_nested_irq()
563 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_simple_irq()
600 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_untracked_irq()
656 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_level_irq()
716 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_irq()
797 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_irq()
861 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_eoi_irq()
1257 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_ack_irq()
1309 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_mask_irq()
H A Ddebug.h38 ___PS(IRQS_REPLAY); in print_irq_desc()
H A Ddebugfs.c151 BIT_MASK_DESCR(IRQS_REPLAY),
H A Dinternals.h61 IRQS_REPLAY = 0x00000040, enumerator