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 | 513 #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++) { in t1isa_add_card() 562 for (i = 0; i < MAX_CARDS; i++) { in t1isa_init() 585 for (i = 0; i < MAX_CARDS; i++) { in t1isa_exit()
|
/drivers/isdn/mISDN/ |
D | l1oip_core.c | 247 #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]; 1469 while (l1oip_cnt < MAX_CARDS && type[l1oip_cnt]) { in l1oip_init()
|
/drivers/net/ethernet/amd/ |
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/isdn/sc/ |
D | hardware.h | 18 #define MAX_CARDS 4 /* The maximum number of cards to macro
|
D | init.c | 21 board *sc_adapter[MAX_CARDS]; 65 while (b++ < MAX_CARDS - 1) { in sc_init()
|
/drivers/net/wan/ |
D | cosa.c | 192 #define MAX_CARDS 16 macro 217 static struct cosa_data cosa_cards[MAX_CARDS]; 221 static int io[MAX_CARDS+1] = { 0x220, 0x228, 0x210, 0x218, 0, }; 223 static int dma[MAX_CARDS+1] = { 1, 7, 1, 7, 1, 7, 1, 7, 0, }; 225 static int io[MAX_CARDS+1]; 226 static int dma[MAX_CARDS+1]; 229 static int irq[MAX_CARDS+1] = { -1, -1, -1, -1, -1, -1, 0, }; 377 for (i=0; i<MAX_CARDS; i++) in cosa_init() 379 for (i=0; io[i] != 0 && i < MAX_CARDS; i++) in cosa_init()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 185 #define MAX_CARDS 8 macro 186 #define MAX_PORTS (8 * MAX_CARDS) 187 #define MAX_FRAGS (32 * MAX_CARDS) 217 static uint type[MAX_CARDS]; 218 static int pcm[MAX_CARDS]; 219 static uint dmask[MAX_CARDS]; 221 static uint iomode[MAX_CARDS]; 5017 if (HFC_cnt >= MAX_CARDS) { in hfcmulti_init() 5019 MAX_CARDS); in hfcmulti_init()
|
/drivers/tty/serial/ |
D | ioc3_serial.c | 33 #define MAX_CARDS 8 macro 34 #define MAX_LOGICAL_PORTS (LOGICAL_PORTS_PER_CARD * MAX_CARDS)
|
/drivers/scsi/ |
D | FlashPoint.c | 21 #define MAX_CARDS 8 macro 911 static struct sccb_mgr_tar_info FPT_sccbMgrTbl[MAX_CARDS][MAX_SCSI_TAR] = 913 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} }; 1221 for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) { in FlashPoint_HardwareResetHostAdapter() 1223 if (thisCard == MAX_CARDS) in FlashPoint_HardwareResetHostAdapter() 2143 for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) { in FPT_SccbMgrTableInitAll()
|