NCR5380_read
#define NCR5380_read(reg) cumanascsi_read(hostdata, reg)
#define NCR5380_read(reg) readb(hostdata->io + ((reg) << 2))
#define NCR5380_read(reg) atari_scsi_reg_read(reg)
#define NCR5380_read(reg) inb(hostdata->base + (reg))
#define NCR5380_read(reg) \
#define NCR5380_read(reg) in_8(hostdata->io + ((reg) << 4))
#define NCR5380_read(reg) in_8(hostdata->io + (reg))