Lines Matching defs:SCC_Info
221 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS]; /* information per channel */
648 scc=&SCC_Info[vector >> 3 ^ 0x01];
681 scc = &SCC_Info[vector >> 3 ^ 0x01];
1100 scc2 = &SCC_Info[k];
1482 scc=&SCC_Info[2*chip];
1780 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a;
1781 SCC_Info[2*Nchips ].data = hwcfg.data_a;
1782 SCC_Info[2*Nchips ].irq = hwcfg.irq;
1783 SCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b;
1784 SCC_Info[2*Nchips+1].data = hwcfg.data_b;
1785 SCC_Info[2*Nchips+1].irq = hwcfg.irq;
1797 SCC_Info[2*Nchips+chan].special = hwcfg.special;
1798 SCC_Info[2*Nchips+chan].clock = hwcfg.clock;
1799 SCC_Info[2*Nchips+chan].brand = hwcfg.brand;
1800 SCC_Info[2*Nchips+chan].option = hwcfg.option;
1801 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc;
1806 SCC_Info[2*Nchips+chan].data,
1807 SCC_Info[2*Nchips+chan].ctrl);
1819 request_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl");
1820 request_region(SCC_Info[2*Nchips+chan].data, 1, "scc data");
1823 &SCC_Info[2*Nchips+chan]))
1980 if (!SCC_Info[k].init)
1983 return &SCC_Info[k];
2000 for (k = (v == SEQ_START_TOKEN) ? 0 : (scc - SCC_Info)+1;
2002 if (SCC_Info[k].init)
2003 return &SCC_Info[k];
2103 if (scc_net_alloc(devname, SCC_Info)) {
2122 if (Nchips == 0 && (dev = SCC_Info[0].dev))
2148 scc = &SCC_Info[k];