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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsim710.c187 #define MAXBOARDS 4 /* Increase this and the sizes of the macro
204 static int ignore_ids[MAXBOARDS]; /* Accept all SCSI IDs */
205 static int opt_nodisc[MAXBOARDS]; /* Allow disconnect on all IDs */
206 static int opt_noneg[MAXBOARDS]; /* Allow SDTR negotiation on all IDs */
209 static unsigned int bases[MAXBOARDS]; /* Base addresses of chips */
210 static unsigned int irq_vectors[MAXBOARDS]; /* IRQ vectors used by chips */
340 while (no_of_boards < MAXBOARDS && cur != NULL &&
1363 struct Scsi_Host *our_hosts[MAXBOARDS+1];
1389 while ( *id_to_check && no_of_boards < MAXBOARDS) {
1470 for (io_addr = 0x9000; no_of_boards < MAXBOARDS
[all...]
H A Daha1542.c99 #define MAXBOARDS 4 /* Increase this and the sizes of the macro
104 static unsigned int bases[MAXBOARDS] __initdata = {0x330, 0x334, 0, 0};
109 static int setup_called[MAXBOARDS];
110 static int setup_buson[MAXBOARDS];
111 static int setup_busoff[MAXBOARDS];
112 static int setup_dmaspeed[MAXBOARDS] __initdata = { -1, -1, -1, -1 };
114 static char *setup_str[MAXBOARDS] __initdata;
962 if (setup_idx >= MAXBOARDS) {
H A Dpsi240i.c57 #define MAXBOARDS 2 /* Increase this and the sizes of the arrays below, if you need more. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Depca.h6 #define MAXBOARDS 12 macro
H A Depca.c92 MAXBOARDS is typically 12, but ISA and EISA cards are restricted to
95 static struct board_info boards[MAXBOARDS];
1707 if(num_cards < MAXBOARDS)
3992 if (board_idx >= MAXBOARDS)

Completed in 107 milliseconds