Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Ddc395x.c1506 DO_HWRESELECT | DO_DATALATCH); in start_scsi()
1531 DO_DATALATCH | DO_HWRESELECT); in start_scsi()
1713 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase0()
1736 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase1()
1755 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase0()
1787 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase1()
1891 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in cleanup_after_transfer()
2323 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2345 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2435 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
[all …]
Ddc395x.h312 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data input (latched) */ macro