Lines Matching full:eisa

3  * eisa.c - provide support for EISA adapters in PA-RISC machines
8 * There are two distinct EISA adapters. Mongoose is found in machines
11 * dealt with elsewhere; this file is concerned only with the EISA portions
16 * To allow an ISA card to work properly in the EISA slot you need to
32 #include <linux/eisa.h>
46 #define EISA_DBG(msg, arg...) printk(KERN_DEBUG "eisa: " msg, ## arg)
58 /* We can only have one EISA adapter in the system because neither
185 .name = "EISA",
192 int irq = gsc_readb(0xfc01f000); /* EISA supports 16 irqs */ in eisa_irq()
242 printk(KERN_ALERT "eisa: uhh, irq2?\n"); in dummy_irq2_handler()
277 EISA_DBG("EISA edge/level %04x\n", eisa_irq_level); in init_eisa_pic()
300 printk(KERN_INFO "%s EISA Adapter found at 0x%08lx\n", in eisa_probe()
306 eisa_dev.hba.lmmio_space.name = "EISA"; in eisa_probe()
312 printk(KERN_ERR "EISA: failed to claim EISA Bus address space!\n"); in eisa_probe()
315 eisa_dev.hba.io_space.name = "EISA"; in eisa_probe()
321 printk(KERN_ERR "EISA: failed to claim EISA Bus port space!\n"); in eisa_probe()
326 result = request_irq(dev->irq, eisa_irq, IRQF_SHARED, "EISA", &eisa_dev); in eisa_probe()
328 printk(KERN_ERR "EISA: request_irq failed!\n"); in eisa_probe()
356 printk(KERN_ERR "EISA: ioremap failed!\n"); in eisa_probe()
372 printk(KERN_ERR "EISA: Failed to register EISA root\n"); in eisa_probe()
391 { HPHW_BA, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x00090 }, /* Wax EISA */
443 printk(KERN_ERR "eisa: EISA irq value are 0-15\n"); in eisa_irq_setup()