Searched defs:NCR5380_write (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | dmx3191d.c | 26 #define NCR5380_write(reg, value) outb(value, hostdata->base + (reg)) macro
|
H A D | mac_scsi.c | 39 #define NCR5380_write(reg, value) out_8(hostdata->io + ((reg) << 4), value) macro
|
H A D | g_NCR5380.c | 40 #define NCR5380_write(reg, value) \ macro
|
H A D | atari_scsi.c | 64 #define NCR5380_write(reg, value) atari_scsi_reg_write(reg, value) macro
|
H A D | sun3_scsi.c | 47 #define NCR5380_write(reg, value) out_8(hostdata->io + (reg), value) macro
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | oak.c | 21 #define NCR5380_write(reg, value) writeb(value, hostdata->io + ((reg) << 2)) macro
|
H A D | cumana_1.c | 19 #define NCR5380_write(reg, value) cumanascsi_write(hostdata, reg, value) macro
|