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

/drivers/scsi/
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++)
H A Du14-34f.c619 /* Space for MAX_INT_PARAM ports usable while loading as a module */
668 #define MAX_INT_PARAM 10 macro
1039 if (argc > MAX_INT_PARAM) argc = MAX_INT_PARAM;
1069 int ints[MAX_INT_PARAM];
1073 while (cur && isdigit(*cur) && i < MAX_INT_PARAM) {
1095 io_port[MAX_INT_PARAM] = 0;

Completed in 129 milliseconds