taglinefilesource code
SCC_Info261drivers/char/scc.cstruct scc_channel SCC_Info[2 * MAXSCC];         /* information per channel */
SCC_Info762drivers/char/scc.cscc=&SCC_Info[(((vector>>1)&0x7c)^0x04) >> 2];
SCC_Info803drivers/char/scc.cscc = &SCC_Info[(((vector >> 1) & 0x7c) ^ 0x04) >> 2];
SCC_Info1362drivers/char/scc.cscc2 = &SCC_Info[k];
SCC_Info1886drivers/char/scc.cscc=&SCC_Info[2*chip];
SCC_Info1967drivers/char/scc.ctty->driver_data = &SCC_Info[0];
SCC_Info1972drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info2160drivers/char/scc.cSCC_Info[2*Nchips  ].ctrl = hwcfg.ctrl_a;
SCC_Info2161drivers/char/scc.cSCC_Info[2*Nchips  ].data = hwcfg.data_a;
SCC_Info2162drivers/char/scc.cSCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b;
SCC_Info2163drivers/char/scc.cSCC_Info[2*Nchips+1].data = hwcfg.data_b;
SCC_Info2171drivers/char/scc.cSCC_Info[2*Nchips+chan].special = hwcfg.special;
SCC_Info2172drivers/char/scc.cSCC_Info[2*Nchips+chan].clock = hwcfg.clock;
SCC_Info2173drivers/char/scc.cSCC_Info[2*Nchips+chan].brand = hwcfg.brand;
SCC_Info2174drivers/char/scc.cSCC_Info[2*Nchips+chan].option = hwcfg.option;
SCC_Info2175drivers/char/scc.cSCC_Info[2*Nchips+chan].enhanced = hwcfg.escc;
SCC_Info2180drivers/char/scc.cSCC_Info[2*Nchips+chan].data, 
SCC_Info2181drivers/char/scc.cSCC_Info[2*Nchips+chan].ctrl);
SCC_Info2193drivers/char/scc.crequest_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl");
SCC_Info2194drivers/char/scc.crequest_region(SCC_Info[2*Nchips+chan].data, 1, "scc data");
SCC_Info2718drivers/char/scc.cmemset((char *) &SCC_Info[2*chip  ], 0, sizeof(struct scc_channel));
SCC_Info2719drivers/char/scc.cmemset((char *) &SCC_Info[2*chip+1], 0, sizeof(struct scc_channel));
SCC_Info2723drivers/char/scc.cSCC_Info[2*chip+chan].magic    = SCC_MAGIC;
SCC_Info2724drivers/char/scc.cSCC_Info[2*chip+chan].stat.rxbuffers = RXBUFFERS;
SCC_Info2725drivers/char/scc.cSCC_Info[2*chip+chan].stat.txbuffers = TXBUFFERS;
SCC_Info2726drivers/char/scc.cSCC_Info[2*chip+chan].stat.bufsize   = BUFSIZE;
SCC_Info2778drivers/char/scc.cscc = &SCC_Info[k];