Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/scsi/
Daha152x.rst33 EXT_TRANS: enable extended translation (0/1: default 0 [off])
48 - DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }"
51 - DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }"
66 …aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]…
82 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
88 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
122 Notes on EXT_TRANS
/linux-5.19.10/drivers/scsi/
Daha152x.c562 #define EXT_TRANS (HOSTDATA(shpnt)->ext_trans) macro
766 EXT_TRANS = setup->ext_trans; in aha152x_probe_one()
803 EXT_TRANS ? "enabled" : "disabled"); in aha152x_probe_one()
1266 if (EXT_TRANS) { in aha152x_biosparam()
1285 if (info[0] == 255 && !EXT_TRANS) { in aha152x_biosparam()