tag | line | file | source code |
NCR5380_read | 141 | drivers/scsi/dtc.h | #define NCR5380_read(reg) (*(DTC_address(reg))) |
NCR5380_read | 144 | drivers/scsi/dtc.h | #define NCR5380_read(reg) (*(DTC_address(reg))) |
NCR5380_read | 111 | drivers/scsi/g_NCR5380.h | #define NCR5380_read(reg) (inb(NCR5380_map_name + (reg))) |
NCR5380_read | 136 | drivers/scsi/g_NCR5380.h | #define NCR5380_read(reg) (*(NCR5380_map_name + NCR53C400_mem_base + (reg))) |
NCR5380_read | 168 | drivers/scsi/pas16.h | #define NCR5380_read(reg) ( inb(PAS16_io_port(reg)) ) |
NCR5380_read | 171 | drivers/scsi/pas16.h | #define NCR5380_read(reg) \ |
NCR5380_read | 146 | drivers/scsi/t128.h | #define NCR5380_read(reg) (*(T128_address(reg))) |
NCR5380_read | 149 | drivers/scsi/t128.h | #define NCR5380_read(reg) \ |