Home
last modified time | relevance | path

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

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