Searched defs:NCR5380_read (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Ddmx3191d.c39 #define NCR5380_read(reg) inb(port + reg) macro
H A Ddtc.h48 #define NCR5380_read(reg) (readb(DTC_address(reg))) macro
51 #define NCR5380_read(reg) (readb(DTC_address(reg))) macro
H A Dg_NCR5380.h52 #define NCR5380_read(reg) (inb(NCR5380_map_name + (reg))) macro
77 #define NCR5380_read(reg) readb(iomem + NCR53C400_mem_base + (reg)) macro
H A Dt128.h96 #define NCR5380_read(reg) readb(T128_address(reg)) macro
99 #define NCR5380_read(reg) \ macro
H A Dmac_scsi.c38 #define NCR5380_read(reg) macscsi_read(_instance, reg) macro
H A Dpas16.h124 #define NCR5380_read(reg) ( inb(PAS16_io_port(reg)) ) macro
127 #define NCR5380_read(reg) \ macro
H A Dsun3_scsi.c50 #define NCR5380_read(reg) sun3scsi_read(reg) macro
H A Datari_scsi.c96 #define NCR5380_read(reg) atari_scsi_reg_read(reg) macro
/linux-4.1.27/drivers/scsi/arm/
H A Dcumana_1.c25 #define NCR5380_read(reg) cumanascsi_read(_instance, reg) macro
H A Doak.c26 #define NCR5380_read(reg) readb(_base + ((reg) << 2)) macro

Completed in 229 milliseconds