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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.h6 #define MAXBOARDS 12 macro
H A Depca.c79 /* MAXBOARDS is typically 12, but ISA and EISA cards are restricted
81 static struct board_info boards[MAXBOARDS];
1005 if (num_cards < MAXBOARDS)
2698 if (board_idx >= MAXBOARDS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha1542.c72 #define MAXBOARDS 4 /* Increase this and the sizes of the macro
77 static unsigned int bases[MAXBOARDS] __initdata = {0x330, 0x334, 0, 0};
82 static int setup_called[MAXBOARDS];
83 static int setup_buson[MAXBOARDS];
84 static int setup_busoff[MAXBOARDS];
85 static int setup_dmaspeed[MAXBOARDS] __initdata = { -1, -1, -1, -1 };
885 static char *setup_str[MAXBOARDS] __initdata;
893 if (setup_idx >= MAXBOARDS) {

Completed in 122 milliseconds