Home
last modified time | relevance | path

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

/drivers/scsi/
Ddc395x.c1642 DO_HWRESELECT | DO_DATALATCH); in start_scsi()
1667 DO_DATALATCH | DO_HWRESELECT); in start_scsi()
1849 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase0()
1872 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase1()
1891 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase0()
1923 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase1()
2026 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in cleanup_after_transfer()
2458 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2480 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
2570 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer()
[all …]
Ddc395x.h311 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data input (latched) */ macro