tag | line | file | source code |
NCR53c7x0_address_memory | 1497 | drivers/scsi/53c7,8xx.h | volatile unsigned char *NCR53c7x0_address_memory; \ |
NCR53c7x0_address_memory | 1502 | drivers/scsi/53c7,8xx.h | NCR53c7x0_address_memory = (void *) (host)->base; \ |
NCR53c7x0_address_memory | 1509 | drivers/scsi/53c7,8xx.h | (unsigned int)readb(NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1514 | drivers/scsi/53c7,8xx.h | (unsigned int)readw(NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1519 | drivers/scsi/53c7,8xx.h | (unsigned int) readl(NCR53c7x0_address_memory + (address)) : \ |
NCR53c7x0_address_memory | 1524 | drivers/scsi/53c7,8xx.h | ({writeb((value), NCR53c7x0_address_memory + (address)); mb();}) : \ |
NCR53c7x0_address_memory | 1529 | drivers/scsi/53c7,8xx.h | ({writew((value), NCR53c7x0_address_memory + (address)); mb();}) : \ |
NCR53c7x0_address_memory | 1534 | drivers/scsi/53c7,8xx.h | ({writel((value), NCR53c7x0_address_memory + (address)); mb();}) : \ |