Searched refs:DO_DATALATCH (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | dc395x.c | 1482 DO_HWRESELECT | DO_DATALATCH); in start_scsi() 1507 DO_DATALATCH | DO_HWRESELECT); in start_scsi() 1689 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in msgout_phase0() 1712 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in msgout_phase1() 1732 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase0() 1764 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in command_phase1() 1868 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); in cleanup_after_transfer() 2300 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer() 2322 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer() 2411 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_DATALATCH); /* it's important for atn stop */ in data_io_transfer() [all …]
|
D | dc395x.h | 274 #define DO_DATALATCH 0x0002 /* Enable SCSI bus data input (latched) */ macro
|