Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dmac_oss.h73 #define OSS_IRQLEV_NUBUS IRQ_AUTO_3 /* keep this on its own level */
Dirq_mm.h53 #define IRQ_AUTO_3 3 /* level 3 interrupt */ macro
Dbvme6000hw.h115 #define BVME_IRQ_SCSI IRQ_AUTO_3
/arch/m68k/mac/
Dpsc.c120 if (request_irq(IRQ_AUTO_3, psc_irq, 0, "psc3", (void *) 0x30)) in psc_register_interrupts()
/arch/m68k/amiga/
Damiints.c77 if (request_irq(IRQ_AUTO_3, ami_int3, 0, "int3", NULL)) in amiga_init_IRQ()