Searched defs:NCR5380_write (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | dmx3191d.c | 38 #define NCR5380_write(reg, value) outb(value, hostdata->base + (reg)) macro
|
D | mac_scsi.c | 34 #define NCR5380_write(reg, value) out_8(hostdata->io + ((reg) << 4), value) macro
|
D | g_NCR5380.c | 39 #define NCR5380_write(reg, value) \ macro
|
D | atari_scsi.c | 64 #define NCR5380_write(reg, value) atari_scsi_reg_write(reg, value) macro
|
D | sun3_scsi.c | 46 #define NCR5380_write(reg, value) out_8(hostdata->io + (reg), value) macro
|
/Linux-v4.19/drivers/scsi/arm/ |
D | oak.c | 20 #define NCR5380_write(reg, value) writeb(value, hostdata->io + ((reg) << 2)) macro
|
D | cumana_1.c | 18 #define NCR5380_write(reg, value) cumanascsi_write(hostdata, reg, value) macro
|