taglinefilesource code
SCC_Info203drivers/char/scc.cstruct scc_channel SCC_Info[2 * MAXSCC];         /* information per channel */
SCC_Info564drivers/char/scc.cscc=&SCC_Info[(((vector>>1)&0x7c)^0x04) >> 2];
SCC_Info605drivers/char/scc.cscc = &SCC_Info[(((vector >> 1) & 0x7c) ^ 0x04) >> 2];
SCC_Info1102drivers/char/scc.cscc2 = &SCC_Info[k];
SCC_Info1271drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info1653drivers/char/scc.cscc=&SCC_Info[2*chip];
SCC_Info1719drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info2348drivers/char/scc.cmemset((char *) &SCC_Info[2*chip  ], 0, sizeof(struct scc_channel));
SCC_Info2349drivers/char/scc.cmemset((char *) &SCC_Info[2*chip+1], 0, sizeof(struct scc_channel));
SCC_Info2374drivers/char/scc.cSCC_Info[2*chip  ].magic    = SCC_MAGIC;
SCC_Info2375drivers/char/scc.cSCC_Info[2*chip  ].ctrl     = SCC_ctrl[2*chip];
SCC_Info2376drivers/char/scc.cSCC_Info[2*chip  ].data     = SCC_data[2*chip];
SCC_Info2377drivers/char/scc.cSCC_Info[2*chip  ].enhanced = SCC_Enhanced[chip];
SCC_Info2379drivers/char/scc.cSCC_Info[2*chip+1].magic    = SCC_MAGIC;
SCC_Info2380drivers/char/scc.cSCC_Info[2*chip+1].ctrl     = SCC_ctrl[2*chip+1];
SCC_Info2381drivers/char/scc.cSCC_Info[2*chip+1].data     = SCC_data[2*chip+1];
SCC_Info2382drivers/char/scc.cSCC_Info[2*chip+1].enhanced = SCC_Enhanced[chip];
SCC_Info2402drivers/char/scc.cSCC_Info[chan].ctrl? "found"   : "missing");
SCC_Info2404drivers/char/scc.cif (SCC_Info[chan].ctrl == 0)