taglinefilesource code
SCC_Info148drivers/char/scc.cstruct scc_channel SCC_Info[2 * MAXSCC];         /* information per channel */
SCC_Info535drivers/char/scc.cscc=&SCC_Info[(((vector>>1)&0x7c)^0x04) >> 2];
SCC_Info576drivers/char/scc.cscc = &SCC_Info[(((vector >> 1) & 0x7c) ^ 0x04) >> 2];
SCC_Info1077drivers/char/scc.cscc2 = &SCC_Info[k];
SCC_Info1218drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info1480drivers/char/scc.cscc=&SCC_Info[2*chip];
SCC_Info1490drivers/char/scc.cscc=&SCC_Info[2*chip+1];
SCC_Info1492drivers/char/scc.cscc=&SCC_Info[2*chip];
SCC_Info1547drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info2223drivers/char/scc.cmemset((char *) &SCC_Info[2*chip  ], 0, sizeof(struct scc_channel));
SCC_Info2224drivers/char/scc.cmemset((char *) &SCC_Info[2*chip+1], 0, sizeof(struct scc_channel));
SCC_Info2249drivers/char/scc.cSCC_Info[2*chip  ].magic    = SCC_MAGIC;
SCC_Info2250drivers/char/scc.cSCC_Info[2*chip  ].ctrl     = SCC_ctrl[2*chip];
SCC_Info2251drivers/char/scc.cSCC_Info[2*chip  ].data     = SCC_data[2*chip];
SCC_Info2252drivers/char/scc.cSCC_Info[2*chip  ].enhanced = SCC_Enhanced[chip];
SCC_Info2254drivers/char/scc.cSCC_Info[2*chip+1].magic    = SCC_MAGIC;
SCC_Info2255drivers/char/scc.cSCC_Info[2*chip+1].ctrl     = SCC_ctrl[2*chip+1];
SCC_Info2256drivers/char/scc.cSCC_Info[2*chip+1].data     = SCC_data[2*chip+1];
SCC_Info2257drivers/char/scc.cSCC_Info[2*chip+1].enhanced = SCC_Enhanced[chip];
SCC_Info2271drivers/char/scc.cSCC_Info[chan].ctrl? "found"   : "missing");
SCC_Info2273drivers/char/scc.cif (SCC_Info[chan].ctrl == 0)