Searched refs:aha152x1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 75 * - added configuration symbols for insmod (aha152x/aha152x1) 358 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable 359 module_param_array(aha152x1, int, NULL, 0); 360 MODULE_PARM_DESC(aha152x1, "parameters for second controller"); 3164 if (setup_count<ARRAY_SIZE(setup) && (aha152x1[0]!=0 || io[1]!=0 || irq[1]!=0)) { in aha152x_init() 3165 if(aha152x1[0]!=0) { in aha152x_init() 3167 setup[setup_count].io_port = aha152x1[0]; in aha152x_init() 3168 setup[setup_count].irq = aha152x1[1]; in aha152x_init() 3169 setup[setup_count].scsiid = aha152x1[2]; in aha152x_init() 3170 setup[setup_count].reconnect = aha152x1[ in aha152x_init() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 75 * - added configuration symbols for insmod (aha152x/aha152x1) 376 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable 377 module_param_array(aha152x1, int, NULL, 0); 378 MODULE_PARM_DESC(aha152x1, "parameters for second controller"); 3217 if (setup_count<ARRAY_SIZE(setup) && (aha152x1[0]!=0 || io[1]!=0 || irq[1]!=0)) { in aha152x_init() 3218 if(aha152x1[0]!=0) { in aha152x_init() 3220 setup[setup_count].io_port = aha152x1[0]; in aha152x_init() 3221 setup[setup_count].irq = aha152x1[1]; in aha152x_init() 3222 setup[setup_count].scsiid = aha152x1[2]; in aha152x_init() 3223 setup[setup_count].reconnect = aha152x1[ in aha152x_init() [all...] |
Completed in 7 milliseconds