Lines Matching refs:aha152x
380 MODULE_PARM(aha152x, "1-8i");
381 MODULE_PARM_DESC(aha152x, "parameters for first controller");
382 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable
392 MODULE_PARM(aha152x, "1-9i");
393 MODULE_PARM_DESC(aha152x, "parameters for first controller");
394 static int aha152x[] = {0, 11, 7, 1, 1, 1, DELAY_DEFAULT, 0, DEBUG_DEFAULT}; variable
1049 if (setup_count<ARRAY_SIZE(setup) && (aha152x[0]!=0 || io[0]!=0 || irq[0]!=0)) {
1050 if(aha152x[0]!=0) {
1052 setup[setup_count].io_port = aha152x[0];
1053 setup[setup_count].irq = aha152x[1];
1054 setup[setup_count].scsiid = aha152x[2];
1055 setup[setup_count].reconnect = aha152x[3];
1056 setup[setup_count].parity = aha152x[4];
1057 setup[setup_count].synchronous = aha152x[5];
1058 setup[setup_count].delay = aha152x[6];
1059 setup[setup_count].ext_trans = aha152x[7];
1061 setup[setup_count].debug = aha152x[8];