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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Db1isa.c167 #define MAX_CARDS 4 macro
168 static struct pci_dev isa_dev[MAX_CARDS];
169 static int io[MAX_CARDS];
170 static int irq[MAX_CARDS];
181 for (i = 0; i < MAX_CARDS; i++) {
213 for (i = 0; i < MAX_CARDS; i++) {
235 for (i = 0; i < MAX_CARDS; i++) {
H A Dt1isa.c513 #define MAX_CARDS 4 macro
514 static struct pci_dev isa_dev[MAX_CARDS];
515 static int io[MAX_CARDS];
516 static int irq[MAX_CARDS];
517 static int cardnr[MAX_CARDS];
530 for (i = 0; i < MAX_CARDS; i++) {
562 for (i = 0; i < MAX_CARDS; i++) {
585 for (i = 0; i < MAX_CARDS; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/avm/
H A Db1isa.c167 #define MAX_CARDS 4 macro
168 static struct pci_dev isa_dev[MAX_CARDS];
169 static int io[MAX_CARDS];
170 static int irq[MAX_CARDS];
181 for (i = 0; i < MAX_CARDS; i++) {
213 for (i = 0; i < MAX_CARDS; i++) {
235 for (i = 0; i < MAX_CARDS; i++) {
H A Dt1isa.c513 #define MAX_CARDS 4 macro
514 static struct pci_dev isa_dev[MAX_CARDS];
515 static int io[MAX_CARDS];
516 static int irq[MAX_CARDS];
517 static int cardnr[MAX_CARDS];
530 for (i = 0; i < MAX_CARDS; i++) {
562 for (i = 0; i < MAX_CARDS; i++) {
585 for (i = 0; i < MAX_CARDS; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/sc/
H A Dhardware.h18 #define MAX_CARDS 4 /* The maximum number of cards to macro
H A Dinit.c21 board *sc_adapter[MAX_CARDS];
65 while(b++ < MAX_CARDS - 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/sc/
H A Dhardware.h18 #define MAX_CARDS 4 /* The maximum number of cards to macro
H A Dinit.c21 board *sc_adapter[MAX_CARDS];
65 while(b++ < MAX_CARDS - 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Dl1oip_core.c247 #define MAX_CARDS 16 macro
248 static u_int type[MAX_CARDS];
249 static u_int codec[MAX_CARDS];
250 static u_int ip[MAX_CARDS*4];
251 static u_int port[MAX_CARDS];
252 static u_int remoteport[MAX_CARDS];
253 static u_int ondemand[MAX_CARDS];
254 static u_int limit[MAX_CARDS];
255 static u_int id[MAX_CARDS];
1484 while (l1oip_cnt < MAX_CARDS
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dl1oip_core.c247 #define MAX_CARDS 16 macro
248 static u_int type[MAX_CARDS];
249 static u_int codec[MAX_CARDS];
250 static u_int ip[MAX_CARDS*4];
251 static u_int port[MAX_CARDS];
252 static u_int remoteport[MAX_CARDS];
253 static u_int ondemand[MAX_CARDS];
254 static u_int limit[MAX_CARDS];
255 static u_int id[MAX_CARDS];
1484 while (l1oip_cnt < MAX_CARDS
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dlance.c314 #define MAX_CARDS 8 /* Max number of interfaces (cards) per module */ macro
316 static struct net_device *dev_lance[MAX_CARDS];
317 static int io[MAX_CARDS];
318 static int dma[MAX_CARDS];
319 static int irq[MAX_CARDS];
335 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
375 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dlance.c314 #define MAX_CARDS 8 /* Max number of interfaces (cards) per module */ macro
316 static struct net_device *dev_lance[MAX_CARDS];
317 static int io[MAX_CARDS];
318 static int dma[MAX_CARDS];
319 static int irq[MAX_CARDS];
335 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
375 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dcosa.c190 #define MAX_CARDS 16 macro
191 /* #define MAX_CARDS (1 << (8-CARD_MINOR_BITS)) */
215 static struct cosa_data cosa_cards[MAX_CARDS];
219 static int io[MAX_CARDS+1] = { 0x220, 0x228, 0x210, 0x218, 0, };
221 static int dma[MAX_CARDS+1] = { 1, 7, 1, 7, 1, 7, 1, 7, 0, };
223 static int io[MAX_CARDS+1];
224 static int dma[MAX_CARDS+1];
227 static int irq[MAX_CARDS+1] = { -1, -1, -1, -1, -1, -1, 0, };
376 for (i=0; i<MAX_CARDS; i++)
378 for (i=0; io[i] != 0 && i < MAX_CARDS;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dcosa.c190 #define MAX_CARDS 16 macro
191 /* #define MAX_CARDS (1 << (8-CARD_MINOR_BITS)) */
215 static struct cosa_data cosa_cards[MAX_CARDS];
219 static int io[MAX_CARDS+1] = { 0x220, 0x228, 0x210, 0x218, 0, };
221 static int dma[MAX_CARDS+1] = { 1, 7, 1, 7, 1, 7, 1, 7, 0, };
223 static int io[MAX_CARDS+1];
224 static int dma[MAX_CARDS+1];
227 static int irq[MAX_CARDS+1] = { -1, -1, -1, -1, -1, -1, 0, };
376 for (i=0; i<MAX_CARDS; i++)
378 for (i=0; io[i] != 0 && i < MAX_CARDS;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c172 #define MAX_CARDS 8 macro
173 #define MAX_PORTS (8 * MAX_CARDS)
203 static uint type[MAX_CARDS];
204 static int pcm[MAX_CARDS];
205 static int dslot[MAX_CARDS];
206 static uint iomode[MAX_CARDS];
4960 if (HFC_cnt >= MAX_CARDS) {
4962 MAX_CARDS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c172 #define MAX_CARDS 8 macro
173 #define MAX_PORTS (8 * MAX_CARDS)
203 static uint type[MAX_CARDS];
204 static int pcm[MAX_CARDS];
205 static int dslot[MAX_CARDS];
206 static uint iomode[MAX_CARDS];
4960 if (HFC_cnt >= MAX_CARDS) {
4962 MAX_CARDS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c32 #define MAX_CARDS 8 macro
33 #define MAX_LOGICAL_PORTS (LOGICAL_PORTS_PER_CARD * MAX_CARDS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c32 #define MAX_CARDS 8 macro
33 #define MAX_LOGICAL_PORTS (LOGICAL_PORTS_PER_CARD * MAX_CARDS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DFlashPoint.c21 #define MAX_CARDS 8 macro
905 static struct sccb_mgr_tar_info FPT_sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR] =
907 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} };
1215 for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) {
1217 if (thisCard == MAX_CARDS) {
2158 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c21 #define MAX_CARDS 8 macro
905 static struct sccb_mgr_tar_info FPT_sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR] =
907 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} };
1215 for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) {
1217 if (thisCard == MAX_CARDS) {
2158 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) {

Completed in 313 milliseconds