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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c8 /* If you need to install more boards than NR_CARDS, change the constant
12 #define NR_CARDS 4 macro
123 static long maddr[NR_CARDS];
124 static int irq[NR_CARDS];
133 channels, etc. This driver supports a maximum of NR_CARDS cards.
135 static struct cyclades_card cy_card[NR_CARDS];
1275 for (card = 0; card < NR_CARDS; card++) {
1877 for (i = 0; i < NR_CARDS; i++)
1881 if (i >= NR_CARDS)
4034 for (i = 0; i < NR_CARDS;
[all...]

Completed in 31 milliseconds