Searched refs:aha152x (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/Documentation/scsi/ |
D | aha152x.txt | 1 $Id: README.aha152x,v 1.2 1999/12/25 15:32:30 fischer Exp fischer $ 2 Adaptec AHA-1520/1522 SCSI driver for Linux (aha152x) 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 58 For two controllers use the aha152x statement twice. 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
|
D | scsi-parameters.txt | 18 aha152x= [HW,SCSI] 19 See Documentation/scsi/aha152x.txt.
|
/Linux-v5.4/drivers/scsi/ |
D | aha152x.c | 354 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable 355 module_param_array(aha152x, int, NULL, 0); 356 MODULE_PARM_DESC(aha152x, "parameters for first controller"); 3128 if (setup_count<ARRAY_SIZE(setup) && (aha152x[0]!=0 || io[0]!=0 || irq[0]!=0)) { in aha152x_init() 3129 if(aha152x[0]!=0) { in aha152x_init() 3131 setup[setup_count].io_port = aha152x[0]; in aha152x_init() 3132 setup[setup_count].irq = aha152x[1]; in aha152x_init() 3133 setup[setup_count].scsiid = aha152x[2]; in aha152x_init() 3134 setup[setup_count].reconnect = aha152x[3]; in aha152x_init() 3135 setup[setup_count].parity = aha152x[4]; in aha152x_init() [all …]
|
D | Makefile | 69 obj-$(CONFIG_SCSI_AHA152X) += aha152x.o
|
D | Kconfig | 394 read the file <file:Documentation/scsi/aha152x.txt>. 397 module will be called aha152x.
|
/Linux-v5.4/Documentation/kbuild/ |
D | makefiles.rst | 370 These two lines specify compilation flags for aha152x.o and gdth.o.
|
/Linux-v5.4/Documentation/filesystems/ |
D | proc.txt | 682 3: 531695 XT-PIC aha152x
|
/Linux-v5.4/ |
D | MAINTAINERS | 605 F: drivers/scsi/aha152x* 606 F: drivers/scsi/pcmcia/aha152x*
|