Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Ddmx3191d.c25 #define NCR5380_read(reg) inb(hostdata->base + (reg)) macro
H A Dmac_scsi.c38 #define NCR5380_read(reg) in_8(hostdata->io + ((reg) << 4)) macro
H A Dg_NCR5380.c38 #define NCR5380_read(reg) \ macro
H A Datari_scsi.c63 #define NCR5380_read(reg) atari_scsi_reg_read(reg) macro
H A Dsun3_scsi.c46 #define NCR5380_read(reg) in_8(hostdata->io + (reg)) macro
/openbmc/linux/drivers/scsi/arm/
H A Doak.c20 #define NCR5380_read(reg) readb(hostdata->io + ((reg) << 2)) macro
H A Dcumana_1.c18 #define NCR5380_read(reg) cumanascsi_read(hostdata, reg) macro