• Home
  • Raw
  • Download

Lines Matching full:eisa

2  * eisa.c - provide support for EISA adapters in PA-RISC machines
12 * There are two distinct EISA adapters. Mongoose is found in machines
15 * dealt with elsewhere; this file is concerned only with the EISA portions
21 * To allow an ISA card to work properly in the EISA slot you need to
37 #include <linux/eisa.h>
49 #define EISA_DBG(msg, arg...) printk(KERN_DEBUG "eisa: " msg, ## arg)
61 /* We can only have one EISA adapter in the system because neither
188 .name = "EISA",
195 int irq = gsc_readb(0xfc01f000); /* EISA supports 16 irqs */ in eisa_irq()
245 printk(KERN_ALERT "eisa: uhh, irq2?\n"); in dummy_irq2_handler()
285 EISA_DBG("EISA edge/level %04x\n", eisa_irq_level); in init_eisa_pic()
308 printk(KERN_INFO "%s EISA Adapter found at 0x%08lx\n", in eisa_probe()
314 eisa_dev.hba.lmmio_space.name = "EISA"; in eisa_probe()
320 printk(KERN_ERR "EISA: failed to claim EISA Bus address space!\n"); in eisa_probe()
323 eisa_dev.hba.io_space.name = "EISA"; in eisa_probe()
329 printk(KERN_ERR "EISA: failed to claim EISA Bus port space!\n"); in eisa_probe()
334 result = request_irq(dev->irq, eisa_irq, IRQF_SHARED, "EISA", &eisa_dev); in eisa_probe()
336 printk(KERN_ERR "EISA: request_irq failed!\n"); in eisa_probe()
363 printk(KERN_ERR "EISA: ioremap_nocache failed!\n"); in eisa_probe()
379 printk(KERN_ERR "EISA: Failed to register EISA root\n"); in eisa_probe()
398 { HPHW_BA, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x00090 }, /* Wax EISA */
450 printk(KERN_ERR "eisa: EISA irq value are 0-15\n"); in eisa_irq_setup()