Lines Matching defs:Nchips
232 static int Nchips;
647 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break;
1100 for (k = 0; k < (Nchips * 2); k++)
1469 printk(KERN_INFO "Init Z8530 driver: %u channels, IRQ", Nchips*2);
1482 for (chip = 0; chip < Nchips; chip++)
1730 if (Nchips >= SCC_MAXCHIPS)
1783 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a;
1784 SCC_Info[2*Nchips ].data = hwcfg.data_a;
1785 SCC_Info[2*Nchips ].irq = hwcfg.irq;
1786 SCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b;
1787 SCC_Info[2*Nchips+1].data = hwcfg.data_b;
1788 SCC_Info[2*Nchips+1].irq = hwcfg.irq;
1790 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a;
1791 SCC_ctrl[Nchips].chan_B = hwcfg.ctrl_b;
1792 SCC_ctrl[Nchips].irq = hwcfg.irq;
1798 sprintf(device_name, "%s%i", SCC_DriverName, 2*Nchips+chan);
1800 SCC_Info[2*Nchips+chan].special = hwcfg.special;
1801 SCC_Info[2*Nchips+chan].clock = hwcfg.clock;
1802 SCC_Info[2*Nchips+chan].brand = hwcfg.brand;
1803 SCC_Info[2*Nchips+chan].option = hwcfg.option;
1804 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc;
1809 SCC_Info[2*Nchips+chan].data,
1810 SCC_Info[2*Nchips+chan].ctrl);
1822 request_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl");
1823 request_region(SCC_Info[2*Nchips+chan].data, 1, "scc data");
1824 if (Nchips+chan != 0 &&
1826 &SCC_Info[2*Nchips+chan]))
1831 if (found) Nchips++;
1841 if (Nchips == 0)
1982 for (k = 0; k < Nchips*2; ++k) {
2004 k < Nchips*2; ++k) {
2021 } else if (!Nchips) {
2125 if (Nchips == 0 && (dev = SCC_Info[0].dev))
2134 for (k = 0; k < Nchips; k++)
2149 for (k = 0; k < Nchips*2; k++)