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

/drivers/tty/
H A Dcyclades.c24 /* If you need to install more boards than NR_CARDS, change the constant
28 #define NR_CARDS 4 macro
158 static long maddr[NR_CARDS];
159 static int irq[NR_CARDS];
167 channels, etc. This driver supports a maximum of NR_CARDS cards.
169 static struct cyclades_card cy_card[NR_CARDS];
1241 for (card = 0; card < NR_CARDS; card++) {
1521 for (i = 0; i < NR_CARDS; i++)
1525 if (i >= NR_CARDS)
3300 for (i = 0; i < NR_CARDS;
[all...]

Completed in 57 milliseconds