Searched defs:NCR5380_read (Results 1 – 7 of 7) sorted by relevance
37 #define NCR5380_read(reg) inb(hostdata->base + (reg)) macro
33 #define NCR5380_read(reg) in_8(hostdata->io + ((reg) << 4)) macro
37 #define NCR5380_read(reg) \ macro
63 #define NCR5380_read(reg) atari_scsi_reg_read(reg) macro
45 #define NCR5380_read(reg) in_8(hostdata->io + (reg)) macro
19 #define NCR5380_read(reg) readb(hostdata->io + ((reg) << 2)) macro
17 #define NCR5380_read(reg) cumanascsi_read(hostdata, reg) macro