Home
last modified time | relevance | path

Searched refs:SCC_Info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/hamradio/
H A Dscc.c223 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()
[all …]