Searched refs:Nchips (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.c230 static int Nchips; variable
645 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break;
1096 for (k = 0; k < (Nchips * 2); k++)
1466 printk(KERN_INFO "Init Z8530 driver: %u channels, IRQ", Nchips*2);
1479 for (chip = 0; chip < Nchips; chip++)
1723 if (Nchips >= SCC_MAXCHIPS)
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
[all...]

Completed in 78 milliseconds