Lines Matching refs:Nchips

229 static int Nchips;  variable
644 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break; in scc_isr()
1096 for (k = 0; k < (Nchips * 2); k++) in is_grouped()
1466 printk(KERN_INFO "Init Z8530 driver: %u channels, IRQ", Nchips*2); in z8530_init()
1479 for (chip = 0; chip < Nchips; chip++) in z8530_init()
1726 if (Nchips >= SCC_MAXCHIPS) in scc_net_ioctl()
1779 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_ioctl()
1780 SCC_Info[2*Nchips ].data = hwcfg.data_a; in scc_net_ioctl()
1781 SCC_Info[2*Nchips ].irq = hwcfg.irq; in scc_net_ioctl()
1782 SCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b; in scc_net_ioctl()
1783 SCC_Info[2*Nchips+1].data = hwcfg.data_b; in scc_net_ioctl()
1784 SCC_Info[2*Nchips+1].irq = hwcfg.irq; in scc_net_ioctl()
1786 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a; in scc_net_ioctl()
1787 SCC_ctrl[Nchips].chan_B = hwcfg.ctrl_b; in scc_net_ioctl()
1788 SCC_ctrl[Nchips].irq = hwcfg.irq; in scc_net_ioctl()
1794 sprintf(device_name, "%s%i", SCC_DriverName, 2*Nchips+chan); in scc_net_ioctl()
1796 SCC_Info[2*Nchips+chan].special = hwcfg.special; in scc_net_ioctl()
1797 SCC_Info[2*Nchips+chan].clock = hwcfg.clock; in scc_net_ioctl()
1798 SCC_Info[2*Nchips+chan].brand = hwcfg.brand; in scc_net_ioctl()
1799 SCC_Info[2*Nchips+chan].option = hwcfg.option; in scc_net_ioctl()
1800 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc; in scc_net_ioctl()
1805 SCC_Info[2*Nchips+chan].data, in scc_net_ioctl()
1806 SCC_Info[2*Nchips+chan].ctrl); in scc_net_ioctl()
1818 request_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl"); in scc_net_ioctl()
1819 request_region(SCC_Info[2*Nchips+chan].data, 1, "scc data"); in scc_net_ioctl()
1820 if (Nchips+chan != 0 && in scc_net_ioctl()
1822 &SCC_Info[2*Nchips+chan])) in scc_net_ioctl()
1827 if (found) Nchips++; in scc_net_ioctl()
1837 if (Nchips == 0) in scc_net_ioctl()
1978 for (k = 0; k < Nchips*2; ++k) { in scc_net_seq_idx()
2000 k < Nchips*2; ++k) { in scc_net_seq_next()
2017 } else if (!Nchips) { in scc_net_seq_show()
2136 if (Nchips == 0 && (dev = SCC_Info[0].dev)) in scc_cleanup_driver()
2145 for (k = 0; k < Nchips; k++) in scc_cleanup_driver()
2160 for (k = 0; k < Nchips*2; k++) in scc_cleanup_driver()