Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddc395x.c1131 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_CLRFIFO); in clear_fifo()
1179 DC395x_write8(acb, TRM_S1040_SCSI_CONTROL, DO_RSTMODULE); in __dc395x_eh_bus_reset()
1474 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, in start_scsi()
1505 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, in start_scsi()
1530 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, in start_scsi()
1540 DC395x_write16 (acb, TRM_S1040_SCSI_CONTROL, DO_SETATN); \
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()
1768 DC395x_write16(acb, TRM_S1040_SCSI_CONTROL, DO_CLRATN); in command_phase1()
[all …]
H A Ddc395x.h305 #define TRM_S1040_SCSI_CONTROL 0x80 /* SCSI Control (W) */ macro