taglinefilesource code
Nchips266drivers/char/scc.cint Nchips = 0;
Nchips753drivers/char/scc.cif((vector=Inb(Vector_Latch)) >= 16 * Nchips) break; 
Nchips783drivers/char/scc.cwhile (k++ < Nchips)
Nchips1360drivers/char/scc.cfor (k = 0; k < (Nchips * 2); k++)
Nchips1871drivers/char/scc.cprintk("Init Z8530 driver: %u channels, IRQ", Nchips*2);
Nchips1884drivers/char/scc.cfor (chip = 0; chip < Nchips; chip++)
Nchips1964drivers/char/scc.cif ( (chan < 0) || (chan >= (Nchips * 2)) )
Nchips2122drivers/char/scc.cif (Nchips >= MAXSCC) 
Nchips2160drivers/char/scc.cSCC_Info[2*Nchips  ].ctrl = hwcfg.ctrl_a;
Nchips2161drivers/char/scc.cSCC_Info[2*Nchips  ].data = hwcfg.data_a;
Nchips2162drivers/char/scc.cSCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b;
Nchips2163drivers/char/scc.cSCC_Info[2*Nchips+1].data = hwcfg.data_b;
Nchips2165drivers/char/scc.cSCC_ctrl[2*Nchips  ] = hwcfg.ctrl_a;
Nchips2166drivers/char/scc.cSCC_ctrl[2*Nchips+1] = hwcfg.ctrl_b;
Nchips2171drivers/char/scc.cSCC_Info[2*Nchips+chan].special = hwcfg.special;
Nchips2172drivers/char/scc.cSCC_Info[2*Nchips+chan].clock = hwcfg.clock;
Nchips2173drivers/char/scc.cSCC_Info[2*Nchips+chan].brand = hwcfg.brand;
Nchips2174drivers/char/scc.cSCC_Info[2*Nchips+chan].option = hwcfg.option;
Nchips2175drivers/char/scc.cSCC_Info[2*Nchips+chan].enhanced = hwcfg.escc;
Nchips2179drivers/char/scc.cscc_driver.name, 2*Nchips+chan, 
Nchips2180drivers/char/scc.cSCC_Info[2*Nchips+chan].data, 
Nchips2181drivers/char/scc.cSCC_Info[2*Nchips+chan].ctrl);
Nchips2185drivers/char/scc.cscc_driver.name, 2*Nchips+chan, 
Nchips2193drivers/char/scc.crequest_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl");
Nchips2194drivers/char/scc.crequest_region(SCC_Info[2*Nchips+chan].data, 1, "scc data");
Nchips2198drivers/char/scc.cif (found) Nchips++;
Nchips2208drivers/char/scc.cif (Nchips == 0)
Nchips2768drivers/char/scc.cfor (k = 0; k < Nchips; k++)
Nchips2776drivers/char/scc.cfor (k = 0; k < Nchips*2; k++)