Searched refs:PHASE_SR_TO_TCR (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/ |
D | NCR5380.h | 215 #define PHASE_SR_TO_TCR(phase) ((phase) >> 2) macro
|
D | NCR5380.c | 1596 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_pio() 1714 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG) & PHASE_MASK)); in do_reset() 1760 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in do_abort() 1835 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_dma() 2113 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp));
|
D | sun3_NCR5380.c | 1674 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_pio() 1797 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in do_abort() 1967 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in NCR5380_information_transfer() 2485 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(PHASE_MSGIN)); in NCR5380_reselect() 2816 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in NCR5380_bus_reset()
|
D | atari_NCR5380.c | 1730 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_pio() 1856 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in do_abort() 1924 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(p)); in NCR5380_transfer_dma() 2004 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp)); in NCR5380_information_transfer() 2849 PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG))); in NCR5380_bus_reset()
|
D | mac_scsi.c | 343 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in mac_scsi_reset_boot()
|
D | sun3_scsi_vme.c | 317 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in sun3_scsi_reset_boot()
|
D | sun3_scsi.c | 348 PHASE_SR_TO_TCR( NCR5380_read(STATUS_REG) )); in sun3_scsi_reset_boot()
|
D | atari_scsi.c | 845 PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG))); in atari_scsi_reset_boot()
|