Lines Matching refs:SCC_Info

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