Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Ddc395x.c1484 DO_HWRESELECT | DO_DATALATCH); in start_scsi()
1509 DO_DATALATCH | DO_HWRESELECT); in start_scsi()
1691 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase0()
1714 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in msgout_phase1()
1734 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase0()
1766 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase1()
1870 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in cleanup_after_transfer()
2302 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2324 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2413 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
[all …]
Ddc395x.h274 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data input (latched) */ macro