Searched defs:NCR5380_read (Results 1 – 7 of 7) sorted by relevance
25 #define NCR5380_read(reg) inb(hostdata->base + (reg)) macro
38 #define NCR5380_read(reg) in_8(hostdata->io + ((reg) << 4)) macro
38 #define NCR5380_read(reg) \ macro
63 #define NCR5380_read(reg) atari_scsi_reg_read(reg) macro
46 #define NCR5380_read(reg) in_8(hostdata->io + (reg)) macro
20 #define NCR5380_read(reg) readb(hostdata->io + ((reg) << 2)) macro
18 #define NCR5380_read(reg) cumanascsi_read(hostdata, reg) macro