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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c221 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS]; /* information per channel */ variable in typeref:struct:scc_channel
648 scc=&SCC_Info[vector >> 3 ^ 0x01];
681 scc = &SCC_Info[vector >> 3 ^ 0x01];
1098 scc2 = &SCC_Info[k];
1481 scc=&SCC_Info[2*chip];
1776 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a;
1777 SCC_Info[2*Nchips ].data = hwcfg.data_a;
1778 SCC_Info[2*Nchips ].irq = hwcfg.irq;
1779 SCC_Info[2*Nchips+1].ctrl = hwcfg.ctrl_b;
1780 SCC_Info[
[all...]

Completed in 47 milliseconds