Home
last modified time | relevance | path

Searched refs:EXT_TRANS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/scsi/
Daha152x.txt26 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-4.1.27/drivers/scsi/
Daha152x.c555 #define EXT_TRANS (HOSTDATA(shpnt)->ext_trans) macro
756 EXT_TRANS = setup->ext_trans; in aha152x_probe_one()
793 EXT_TRANS ? "enabled" : "disabled"); in aha152x_probe_one()
1255 if (EXT_TRANS) { in aha152x_biosparam()
1274 if (info[0] == 255 && !EXT_TRANS) { in aha152x_biosparam()