Searched defs:NCR5380_write (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/scsi/ | 
| D | dmx3191d.c | 26 #define NCR5380_write(reg, value)	outb(value, hostdata->base + (reg))  macro
 | 
| D | mac_scsi.c | 39 #define NCR5380_write(reg, value)   out_8(hostdata->io + ((reg) << 4), value)  macro
 | 
| D | g_NCR5380.c | 40 #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 | 47 #define NCR5380_write(reg, value)       out_8(hostdata->io + (reg), value)  macro
 | 
| /Linux-v5.4/drivers/scsi/arm/ | 
| D | oak.c | 21 #define NCR5380_write(reg, value)   writeb(value, hostdata->io + ((reg) << 2))  macro
 | 
| D | cumana_1.c | 19 #define NCR5380_write(reg, value)	cumanascsi_write(hostdata, reg, value)  macro
 |