Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dq40ints.h8 #define Q40_IRQ_SAMPLE (34) macro
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_q40.c375 if (request_irq(Q40_IRQ_SAMPLE, Q40StereoInterrupt, 0, in Q40IrqInit()
387 free_irq(Q40_IRQ_SAMPLE, Q40Interrupt); in Q40IrqCleanUp()
423 free_irq(Q40_IRQ_SAMPLE, Q40Interrupt); in Q40PlayNextFrame()
425 error = request_irq(Q40_IRQ_SAMPLE, Q40StereoInterrupt, 0, in Q40PlayNextFrame()
428 error = request_irq(Q40_IRQ_SAMPLE, Q40MonoInterrupt, 0, in Q40PlayNextFrame()
/openbmc/linux/arch/m68k/q40/
H A Dq40ints.c226 do_IRQ(Q40_IRQ_SAMPLE, fp); in q40_irq_handler()