tag | line | file | source code |
---|---|---|---|
NCR5380_read | 74 | drivers/scsi/g_NCR5380.h | #define NCR5380_read(reg) (inb(port + (reg))) |
NCR5380_read | 164 | drivers/scsi/pas16.h | #define NCR5380_read(reg) ( inb(PAS16_io_port(reg)) ) |
NCR5380_read | 167 | drivers/scsi/pas16.h | #define NCR5380_read(reg) \ |
NCR5380_read | 141 | drivers/scsi/t128.h | #define NCR5380_read(reg) (*(T128_address(reg))) |
NCR5380_read | 144 | drivers/scsi/t128.h | #define NCR5380_read(reg) \ |