Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Ddc395x.c1267 DO_HWRESELECT | DO_DATALATCH); in start_scsi()
1290 DO_DATALATCH | DO_HWRESELECT); in start_scsi()
1454 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase0()
1471 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in msgout_phase1()
1490 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase0()
1521 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase1()
1600 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in cleanup_after_transfer()
1948 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
1970 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2052 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
[all …]
H A Ddc395x.h274 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data input (latched) */ macro