tag | line | file | source code |
NCR53c7x0_address_memory | 1318 | drivers/scsi/53c7,8xx.h | volatile unsigned char *NCR53c7x0_address_memory; \ |
NCR53c7x0_address_memory | 1323 | drivers/scsi/53c7,8xx.h | NCR53c7x0_address_memory = (void *) (host)->base; \ |
NCR53c7x0_address_memory | 1330 | drivers/scsi/53c7,8xx.h | ncr_readb(NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1335 | drivers/scsi/53c7,8xx.h | ncr_readw(NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1340 | drivers/scsi/53c7,8xx.h | ncr_readl(NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1345 | drivers/scsi/53c7,8xx.h | ncr_writeb((value), NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1350 | drivers/scsi/53c7,8xx.h | ncr_writew((value), NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1355 | drivers/scsi/53c7,8xx.h | ncr_writel((value), NCR53c7x0_address_memory + (address)) : \ |