Lines Matching refs:ints
615 int ints[4]; in NCR53c406a_setup() local
624 get_options(str, 4, ints); in NCR53c406a_setup()
625 if (ints[0] < 1 || ints[0] > 3) { in NCR53c406a_setup()
631 if (ports[i] == ints[1]) { in NCR53c406a_setup()
632 port_base = ints[1]; in NCR53c406a_setup()
637 printk("NCR53c406a: Invalid PORTBASE 0x%x specified\n", ints[1]); in NCR53c406a_setup()
641 if (ints[0] > 1) { in NCR53c406a_setup()
642 if (ints[2] == 0) { in NCR53c406a_setup()
648 if (intrs[i] == ints[2]) { in NCR53c406a_setup()
649 irq_level = ints[2]; in NCR53c406a_setup()
654 printk("NCR53c406a: Invalid IRQ %d specified\n", ints[2]); in NCR53c406a_setup()
657 if (ints[0] > 2) in NCR53c406a_setup()
658 fast_pio = ints[3]; in NCR53c406a_setup()