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