Searched refs:PHASE_SR_TO_TCR (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/ |
D | NCR5380.c | 1603 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_pio() 1721 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG) & PHASE_MASK)); in do_reset() 1767 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in do_abort() 1842 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_dma() 2118 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp));
|
D | sun3_NCR5380.c | 1745 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_pio() 1868 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in do_abort() 2038 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in NCR5380_information_transfer() 2561 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(PHASE_MSGIN)); in NCR5380_reselect() 2893 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in NCR5380_bus_reset()
|
D | atari_NCR5380.c | 1748 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_pio() 1874 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in do_abort() 1942 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_dma() 2022 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in NCR5380_information_transfer() 2868 PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG))); in NCR5380_bus_reset()
|
D | NCR5380.h | 215 #define PHASE_SR_TO_TCR(phase) ((phase) >> 2) macro
|
D | mac_scsi.c | 358 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in mac_scsi_reset_boot()
|
D | sun3_scsi_vme.c | 313 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in sun3_scsi_reset_boot()
|
D | sun3_scsi.c | 344 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in sun3_scsi_reset_boot()
|
D | atari_scsi.c | 852 PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG))); in atari_scsi_reset_boot()
|