Searched refs:MAX_INT_PARAM (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c480 /* Space for MAX_INT_PARAM ports usable while loading as a module */
529 #define MAX_INT_PARAM 10 macro
899 if (argc > MAX_INT_PARAM) argc = MAX_INT_PARAM;
929 int ints[MAX_INT_PARAM];
933 while (cur && isdigit(*cur) && i <= MAX_INT_PARAM) {
955 io_port[MAX_INT_PARAM] = 0;
H A Deata.c847 /* Space for MAX_INT_PARAM ports usable while loading as a module */
923 #define MAX_INT_PARAM 10 macro
1458 if (argc > MAX_INT_PARAM)
1459 argc = MAX_INT_PARAM;
1508 int ints[MAX_INT_PARAM];
1512 while (cur && isdigit(*cur) && i <= MAX_INT_PARAM) {
1553 io_port[MAX_INT_PARAM + (rev_scan ? (MAX_PCI - k) : (1 + k))] =
1574 io_port[MAX_INT_PARAM] = 0;
1578 for (k = MAX_INT_PARAM; io_port[k]; k++)

Completed in 33 milliseconds