Lines Matching refs:IRQ
609 buf->IRQ = ISAirqs[z]; in get_pio_conf_PIO()
626 …printk("IRQ:%d IRQT:%d FORCADR:%d MCH:%d RIDQ:%d\n", gc->IRQ, gc->IRQ_TR, gc->FORCADR, gc->MAX_CHA… in print_pio_config()
673 …if ((buff = get_pio_board_data(base, gc->IRQ, gc->scsi_id[3], cplen = (cpu_to_be32(gc->cplen) + 1)… in register_pio_HBA()
689 if (!reg_IRQ[gc->IRQ]) { /* Interrupt already registered ? */ in register_pio_HBA()
690 if (!request_irq(gc->IRQ, do_eata_pio_int_handler, 0, "EATA-PIO", sh)) { in register_pio_HBA()
691 reg_IRQ[gc->IRQ]++; in register_pio_HBA()
693 reg_IRQL[gc->IRQ] = 1; /* IRQ is edge triggered */ in register_pio_HBA()
695 printk("Couldn't allocate IRQ %d, Sorry.\n", gc->IRQ); in register_pio_HBA()
699 if (reg_IRQL[gc->IRQ]) { in register_pio_HBA()
703 reg_IRQ[gc->IRQ]++; in register_pio_HBA()
761 sh->irq = gc->IRQ; in register_pio_HBA()
831 if (buf->IRQ) { in find_pio_EISA()