Searched refs:ICR_ASSERT_RST (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | NCR5380.h | 68 #define ICR_ASSERT_RST 0x80 /* rw Set to assert RST */ macro
|
D | mac_scsi.c | 147 NCR5380_write( INITIATOR_COMMAND_REG, ICR_BASE | ICR_ASSERT_RST ); in mac_scsi_reset_boot()
|
D | sun3_scsi.c | 167 NCR5380_write( INITIATOR_COMMAND_REG, ICR_BASE | ICR_ASSERT_RST ); in sun3_scsi_reset_boot()
|
D | atari_scsi.c | 536 NCR5380_write(INITIATOR_COMMAND_REG, ICR_BASE | ICR_ASSERT_RST); in atari_scsi_reset_boot()
|
D | NCR5380.c | 379 {ICR_ASSERT_RST, "ASSERT RST"}, 1631 NCR5380_write(INITIATOR_COMMAND_REG, ICR_BASE | ICR_ASSERT_RST); in do_reset()
|
D | atari_NCR5380.c | 491 {ICR_ASSERT_RST, "ASSERT RST"},{ICR_ASSERT_ACK, "ASSERT ACK"}, 2886 NCR5380_write(INITIATOR_COMMAND_REG, ICR_BASE | ICR_ASSERT_RST); in NCR5380_bus_reset()
|