Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dcyclades.c25 /* If you need to install more boards than NR_CARDS, change the constant
29 #define NR_CARDS 4 macro
157 static long maddr[NR_CARDS];
158 static int irq[NR_CARDS];
166 channels, etc. This driver supports a maximum of NR_CARDS cards.
168 static struct cyclades_card cy_card[NR_CARDS];
1224 for (card = 0; card < NR_CARDS; card++) { in cyz_poll()
1498 for (i = 0; i < NR_CARDS; i++) in cy_open()
1502 if (i >= NR_CARDS) in cy_open()
3243 for (i = 0; i < NR_CARDS; in cy_detect_isa()
[all...]

Completed in 4 milliseconds