Lines Matching refs:airq
58 static int com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem *);
98 int count, status, ioaddr, numprint, airq, openparen = 0; in com90xx_probe() local
349 airq = probe_irq_off(airqmask); in com90xx_probe()
351 if (airq <= 0) { in com90xx_probe()
352 arc_cont(D_INIT_REASONS, "(airq=%d)\n", airq); in com90xx_probe()
361 airq = irq; in com90xx_probe()
364 arc_cont(D_INIT, "(%d,", airq); in com90xx_probe()
396 if (com90xx_found(*port, airq, ptr, base) == 0) in com90xx_probe()
460 static int __init com90xx_found(int ioaddr, int airq, u_long shmem, in com90xx_found() argument
511 if (request_irq(airq, arcnet_interrupt, 0, "arcnet (90xx)", dev)) { in com90xx_found()
512 arc_printk(D_NORMAL, dev, "Can't get IRQ %d!\n", airq); in com90xx_found()
515 dev->irq = airq; in com90xx_found()