taglinefilesource code
SCC_Info142drivers/char/scc.cstruct scc_channel SCC_Info[2 * MAXSCC];         /* information per channel */
SCC_Info529drivers/char/scc.cscc=&SCC_Info[(((vector>>1)&0x7c)^0x04) >> 2];
SCC_Info570drivers/char/scc.cscc = &SCC_Info[(((vector >> 1) & 0x7c) ^ 0x04) >> 2];
SCC_Info1071drivers/char/scc.cscc2 = &SCC_Info[k];
SCC_Info1212drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info1474drivers/char/scc.cscc=&SCC_Info[2*chip];
SCC_Info1484drivers/char/scc.cscc=&SCC_Info[2*chip+1];
SCC_Info1486drivers/char/scc.cscc=&SCC_Info[2*chip];
SCC_Info1541drivers/char/scc.cscc = &SCC_Info[chan];
SCC_Info2217drivers/char/scc.cmemset((char *) &SCC_Info[2*chip  ], 0, sizeof(struct scc_channel));
SCC_Info2218drivers/char/scc.cmemset((char *) &SCC_Info[2*chip+1], 0, sizeof(struct scc_channel));
SCC_Info2243drivers/char/scc.cSCC_Info[2*chip  ].magic    = SCC_MAGIC;
SCC_Info2244drivers/char/scc.cSCC_Info[2*chip  ].ctrl     = SCC_ctrl[2*chip];
SCC_Info2245drivers/char/scc.cSCC_Info[2*chip  ].data     = SCC_data[2*chip];
SCC_Info2246drivers/char/scc.cSCC_Info[2*chip  ].enhanced = SCC_Enhanced[chip];
SCC_Info2248drivers/char/scc.cSCC_Info[2*chip+1].magic    = SCC_MAGIC;
SCC_Info2249drivers/char/scc.cSCC_Info[2*chip+1].ctrl     = SCC_ctrl[2*chip+1];
SCC_Info2250drivers/char/scc.cSCC_Info[2*chip+1].data     = SCC_data[2*chip+1];
SCC_Info2251drivers/char/scc.cSCC_Info[2*chip+1].enhanced = SCC_Enhanced[chip];
SCC_Info2265drivers/char/scc.cSCC_Info[chan].ctrl? "found"   : "missing");
SCC_Info2267drivers/char/scc.cif (SCC_Info[chan].ctrl == 0)