Searched refs:IRQ_AUTO_5 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dirq.h60 #define IRQ_AUTO_5 5 /* level 5 interrupt */ macro
H A Dmac_oss.h75 #define OSS_IRQLEV_SOUND IRQ_AUTO_5 /* matches VIA alternate mapping */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dsun3ints.c108 if (request_irq(IRQ_AUTO_5, sun3_int5, 0, "int5", NULL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Dpsc.c124 if (request_irq(IRQ_AUTO_5, psc_irq, 0, "psc5", (void *) 0x50))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Damiints.c81 if (request_irq(IRQ_AUTO_5, ami_int5, 0, "int5", NULL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Datarilance.c556 if (request_irq(IRQ_AUTO_5, lance_interrupt, IRQ_TYPE_PRIO,
558 printk( "Lance: request for irq %d failed\n", IRQ_AUTO_5 );
561 dev->irq = (unsigned short)IRQ_AUTO_5;

Completed in 72 milliseconds