Searched refs:NCR5380_read (Results 1 – 9 of 9) sorted by relevance
193 if ((NCR5380_read(reg1) & bit1) == val1) in NCR5380_poll_politely2()195 if ((NCR5380_read(reg2) & bit2) == val2) in NCR5380_poll_politely2()206 if ((NCR5380_read(reg1) & bit1) == val1) in NCR5380_poll_politely2()208 if ((NCR5380_read(reg2) & bit2) == val2) in NCR5380_poll_politely2()276 data = NCR5380_read(CURRENT_SCSI_DATA_REG); in NCR5380_print()277 status = NCR5380_read(STATUS_REG); in NCR5380_print()278 mr = NCR5380_read(MODE_REG); in NCR5380_print()279 icr = NCR5380_read(INITIATOR_COMMAND_REG); in NCR5380_print()280 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print()327 status = NCR5380_read(STATUS_REG); in NCR5380_print_phase()[all …]
37 #define NCR5380_read(reg) \ macro127 PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG) & PHASE_MASK)); in g_NCR5380_trigger_irq()153 NCR5380_read(RESET_PARITY_INTERRUPT_REG); in g_NCR5380_probe_irq()157 NCR5380_read(RESET_PARITY_INTERRUPT_REG); in g_NCR5380_probe_irq()370 if (NCR5380_read(MODE_REG) != 0) { in generic_NCR5380_init_one()499 if (NCR5380_read(hostdata->c400_ctl_status) & CSR_53C80_REG) in wait_for_53c80_access()539 NCR5380_read(hostdata->c400_ctl_status) & CSR_HOST_BUF_NOT_RDY) in generic_NCR5380_precv()600 NCR5380_read(hostdata->c400_ctl_status) & CSR_HOST_BUF_NOT_RDY) { in generic_NCR5380_psend()609 if (start >= len && NCR5380_read(hostdata->c400_blk_cnt) == 0) in generic_NCR5380_psend()612 if (NCR5380_read(hostdata->c400_ctl_status) & CSR_GATED_53C80_IRQ) { in generic_NCR5380_psend()
33 #define NCR5380_read(reg) in_8(hostdata->io + ((reg) << 4)) macro179 if (!(NCR5380_read(BUS_AND_STATUS_REG) & BASR_PHASE_MATCH)) in macscsi_pread()277 if (!(NCR5380_read(BUS_AND_STATUS_REG) & BASR_PHASE_MATCH)) in macscsi_pwrite()
37 #define NCR5380_read(reg) inb(hostdata->base + (reg)) macro
289 if ((NCR5380_read(reg) & bit) == val) in NCR5380_poll_politely()
45 #define NCR5380_read(reg) in_8(hostdata->io + (reg)) macro
63 #define NCR5380_read(reg) atari_scsi_reg_read(reg) macro
19 #define NCR5380_read(reg) readb(hostdata->io + ((reg) << 2)) macro
17 #define NCR5380_read(reg) cumanascsi_read(hostdata, reg) macro