Lines Matching defs:SCC_Info
223 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS]; /* information per channel */
650 scc=&SCC_Info[vector >> 3 ^ 0x01];
683 scc = &SCC_Info[vector >> 3 ^ 0x01];
1102 scc2 = &SCC_Info[k];
1484 scc=&SCC_Info[2*chip];
1783 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a;
1784 SCC_Info[2*Nchips ].data = hwcfg.data_a;
1785 SCC_Info[2*Nchips ].irq = hwcfg.irq;
1786 SCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b;
1787 SCC_Info[2*Nchips+1].data = hwcfg.data_b;
1788 SCC_Info[2*Nchips+1].irq = hwcfg.irq;
1800 SCC_Info[2*Nchips+chan].special = hwcfg.special;
1801 SCC_Info[2*Nchips+chan].clock = hwcfg.clock;
1802 SCC_Info[2*Nchips+chan].brand = hwcfg.brand;
1803 SCC_Info[2*Nchips+chan].option = hwcfg.option;
1804 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc;
1809 SCC_Info[2*Nchips+chan].data,
1810 SCC_Info[2*Nchips+chan].ctrl);
1822 request_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl");
1823 request_region(SCC_Info[2*Nchips+chan].data, 1, "scc data");
1826 &SCC_Info[2*Nchips+chan]))
1983 if (!SCC_Info[k].init)
1986 return &SCC_Info[k];
2003 for (k = (v == SEQ_START_TOKEN) ? 0 : (scc - SCC_Info)+1;
2005 if (SCC_Info[k].init)
2006 return &SCC_Info[k];
2106 if (scc_net_alloc(devname, SCC_Info)) {
2125 if (Nchips == 0 && (dev = SCC_Info[0].dev))
2151 scc = &SCC_Info[k];