Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Deata.c922 #define MAX_INT_PARAM 10 macro
1446 if (argc > MAX_INT_PARAM) in internal_setup()
1447 argc = MAX_INT_PARAM; in internal_setup()
1496 int ints[MAX_INT_PARAM]; in option_setup()
1500 while (cur && isdigit(*cur) && i < MAX_INT_PARAM) { in option_setup()
1541 io_port[MAX_INT_PARAM + (rev_scan ? (MAX_PCI - k) : (1 + k))] = in add_pci_ports()
1562 io_port[MAX_INT_PARAM] = 0; in eata2x_detect()
1566 for (k = MAX_INT_PARAM; io_port[k]; k++) in eata2x_detect()
Du14-34f.c668 #define MAX_INT_PARAM 10 macro
1039 if (argc > MAX_INT_PARAM) argc = MAX_INT_PARAM; in internal_setup()
1069 int ints[MAX_INT_PARAM]; in option_setup()
1073 while (cur && isdigit(*cur) && i < MAX_INT_PARAM) { in option_setup()
1095 io_port[MAX_INT_PARAM] = 0; in u14_34f_detect()