Lines Matching refs:airq
58 static int com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem *);
117 int count, status, ioaddr, numprint, airq, openparen = 0; in com90xx_probe() local
354 airq = probe_irq_off(airqmask); in com90xx_probe()
356 if (airq <= 0) { in com90xx_probe()
357 BUGMSG2(D_INIT_REASONS, "(airq=%d)\n", airq); in com90xx_probe()
365 airq = irq; in com90xx_probe()
368 BUGMSG2(D_INIT, "(%d,", airq); in com90xx_probe()
399 if (com90xx_found(*port, airq, ptr, base) == 0) in com90xx_probe()
458 static int __init com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem *p) in com90xx_found() argument
506 if (request_irq(airq, arcnet_interrupt, 0, "arcnet (90xx)", dev)) { in com90xx_found()
507 BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", airq); in com90xx_found()
510 dev->irq = airq; in com90xx_found()