Searched refs:MAX_CARDS (Results 1 – 10 of 10) sorted by relevance
/drivers/isdn/hardware/avm/ |
D | b1isa.c | 167 #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++) { in b1isa_add_card() 213 for (i = 0; i < MAX_CARDS; i++) { in b1isa_init() 235 for (i = 0; i < MAX_CARDS; i++) { in b1isa_exit()
|
D | t1isa.c | 512 #define MAX_CARDS 4 macro 513 static struct pci_dev isa_dev[MAX_CARDS]; 514 static int io[MAX_CARDS]; 515 static int irq[MAX_CARDS]; 516 static int cardnr[MAX_CARDS]; 529 for (i = 0; i < MAX_CARDS; i++) { in t1isa_add_card() 561 for (i = 0; i < MAX_CARDS; i++) { in t1isa_init() 584 for (i = 0; i < MAX_CARDS; i++) { in t1isa_exit()
|
/drivers/isdn/mISDN/ |
D | l1oip_core.c | 246 #define MAX_CARDS 16 macro 247 static u_int type[MAX_CARDS]; 248 static u_int codec[MAX_CARDS]; 249 static u_int ip[MAX_CARDS*4]; 250 static u_int port[MAX_CARDS]; 251 static u_int remoteport[MAX_CARDS]; 252 static u_int ondemand[MAX_CARDS]; 253 static u_int limit[MAX_CARDS]; 254 static u_int id[MAX_CARDS]; 1480 while (type[l1oip_cnt] && l1oip_cnt < MAX_CARDS) { in l1oip_init()
|
/drivers/net/ |
D | lance.c | 314 #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++) { in init_module() 375 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) { in cleanup_module()
|
/drivers/net/wan/ |
D | cosa.c | 189 #define MAX_CARDS 16 macro 214 static struct cosa_data cosa_cards[MAX_CARDS]; 218 static int io[MAX_CARDS+1] = { 0x220, 0x228, 0x210, 0x218, 0, }; 220 static int dma[MAX_CARDS+1] = { 1, 7, 1, 7, 1, 7, 1, 7, 0, }; 222 static int io[MAX_CARDS+1]; 223 static int dma[MAX_CARDS+1]; 226 static int irq[MAX_CARDS+1] = { -1, -1, -1, -1, -1, -1, 0, }; 375 for (i=0; i<MAX_CARDS; i++) in cosa_init() 377 for (i=0; io[i] != 0 && i < MAX_CARDS; i++) in cosa_init()
|
/drivers/isdn/sc/ |
D | hardware.h | 18 #define MAX_CARDS 4 /* The maximum number of cards to macro
|
D | init.c | 19 board *sc_adapter[MAX_CARDS]; 63 while(b++ < MAX_CARDS - 1) { in sc_init()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 167 #define MAX_CARDS 8 macro 168 #define MAX_PORTS (8 * MAX_CARDS) 198 static uint type[MAX_CARDS]; 199 static int pcm[MAX_CARDS]; 200 static int dslot[MAX_CARDS]; 201 static uint iomode[MAX_CARDS]; 4855 if (HFC_cnt >= MAX_CARDS) { in hfcmulti_init() 4857 MAX_CARDS); in hfcmulti_init()
|
/drivers/serial/ |
D | ioc3_serial.c | 31 #define MAX_CARDS 8 macro 32 #define MAX_LOGICAL_PORTS (LOGICAL_PORTS_PER_CARD * MAX_CARDS)
|
/drivers/scsi/ |
D | FlashPoint.c | 21 #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++) { in FlashPoint_HardwareResetHostAdapter() 1217 if (thisCard == MAX_CARDS) { in FlashPoint_HardwareResetHostAdapter() 2164 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) { in FPT_SccbMgrTableInitAll()
|