Lines Matching refs:aha152x1
384 MODULE_PARM(aha152x1, "1-8i");
385 MODULE_PARM_DESC(aha152x1, "parameters for second controller");
386 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable
396 MODULE_PARM(aha152x1, "1-9i");
397 MODULE_PARM_DESC(aha152x1, "parameters for second controller");
398 static int aha152x1[] = {0, 11, 7, 1, 1, 1, DELAY_DEFAULT, 0, DEBUG_DEFAULT}; variable
1092 if (setup_count<ARRAY_SIZE(setup) && (aha152x1[0]!=0 || io[1]!=0 || irq[1]!=0)) {
1093 if(aha152x1[0]!=0) {
1095 setup[setup_count].io_port = aha152x1[0];
1096 setup[setup_count].irq = aha152x1[1];
1097 setup[setup_count].scsiid = aha152x1[2];
1098 setup[setup_count].reconnect = aha152x1[3];
1099 setup[setup_count].parity = aha152x1[4];
1100 setup[setup_count].synchronous = aha152x1[5];
1101 setup[setup_count].delay = aha152x1[6];
1102 setup[setup_count].ext_trans = aha152x1[7];
1104 setup[setup_count].debug = aha152x1[8];