Lines Matching refs:SCC_Info

220 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS];	/* information per channel */  variable
647 scc=&SCC_Info[vector >> 3 ^ 0x01]; in scc_isr()
680 scc = &SCC_Info[vector >> 3 ^ 0x01]; in scc_isr()
1098 scc2 = &SCC_Info[k]; in is_grouped()
1481 scc=&SCC_Info[2*chip]; in z8530_init()
1779 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_ioctl()
1780 SCC_Info[2*Nchips ].data = hwcfg.data_a; in scc_net_ioctl()
1781 SCC_Info[2*Nchips ].irq = hwcfg.irq; in scc_net_ioctl()
1782 SCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b; in scc_net_ioctl()
1783 SCC_Info[2*Nchips+1].data = hwcfg.data_b; in scc_net_ioctl()
1784 SCC_Info[2*Nchips+1].irq = hwcfg.irq; in scc_net_ioctl()
1796 SCC_Info[2*Nchips+chan].special = hwcfg.special; in scc_net_ioctl()
1797 SCC_Info[2*Nchips+chan].clock = hwcfg.clock; in scc_net_ioctl()
1798 SCC_Info[2*Nchips+chan].brand = hwcfg.brand; in scc_net_ioctl()
1799 SCC_Info[2*Nchips+chan].option = hwcfg.option; in scc_net_ioctl()
1800 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc; in scc_net_ioctl()
1805 SCC_Info[2*Nchips+chan].data, in scc_net_ioctl()
1806 SCC_Info[2*Nchips+chan].ctrl); in scc_net_ioctl()
1818 request_region(SCC_Info[2*Nchips+chan].ctrl, 1, "scc ctrl"); in scc_net_ioctl()
1819 request_region(SCC_Info[2*Nchips+chan].data, 1, "scc data"); in scc_net_ioctl()
1822 &SCC_Info[2*Nchips+chan])) in scc_net_ioctl()
1979 if (!SCC_Info[k].init) in scc_net_seq_idx()
1982 return &SCC_Info[k]; in scc_net_seq_idx()
1999 for (k = (v == SEQ_START_TOKEN) ? 0 : (scc - SCC_Info)+1; in scc_net_seq_next()
2001 if (SCC_Info[k].init) in scc_net_seq_next()
2002 return &SCC_Info[k]; in scc_net_seq_next()
2117 if (scc_net_alloc(devname, SCC_Info)) { in scc_init_driver()
2136 if (Nchips == 0 && (dev = SCC_Info[0].dev)) in scc_cleanup_driver()
2162 scc = &SCC_Info[k]; in scc_cleanup_driver()