Home
last modified time | relevance | path

Searched defs:NCR5380_write (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Ddmx3191d.c26 #define NCR5380_write(reg, value) outb(value, hostdata->base + (reg)) macro
H A Dmac_scsi.c39 #define NCR5380_write(reg, value) out_8(hostdata->io + ((reg) << 4), value) macro
H A Dg_NCR5380.c40 #define NCR5380_write(reg, value) \ macro
H A Datari_scsi.c64 #define NCR5380_write(reg, value) atari_scsi_reg_write(reg, value) macro
H A Dsun3_scsi.c47 #define NCR5380_write(reg, value) out_8(hostdata->io + (reg), value) macro
/openbmc/linux/drivers/scsi/arm/
H A Doak.c21 #define NCR5380_write(reg, value) writeb(value, hostdata->io + ((reg) << 2)) macro
H A Dcumana_1.c19 #define NCR5380_write(reg, value) cumanascsi_write(hostdata, reg, value) macro