Searched refs:EXT_TRANS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/Documentation/scsi/ |
D | aha152x.txt | 26 EXT_TRANS: enable extended translation (0/1: default 0 [off]) 37 -DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 40 -DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 71 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 104 NOTES ON EXT_TRANS:
|
/Linux-v4.19/drivers/scsi/ |
D | aha152x.c | 555 #define EXT_TRANS (HOSTDATA(shpnt)->ext_trans) macro 758 EXT_TRANS = setup->ext_trans; in aha152x_probe_one() 795 EXT_TRANS ? "enabled" : "disabled"); in aha152x_probe_one() 1254 if (EXT_TRANS) { in aha152x_biosparam() 1273 if (info[0] == 255 && !EXT_TRANS) { in aha152x_biosparam()
|