Searched refs:OMAP_MMC_REG (Results 1 – 1 of 1) sorted by relevance
/drivers/mmc/host/ |
D | omap.c | 83 #define OMAP_MMC_REG(host, reg) (OMAP_MMC_REG_##reg << (host)->reg_shift) macro 84 #define OMAP_MMC_READ(host, reg) __raw_readw((host)->virt_base + OMAP_MMC_REG(host, reg)) 85 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, r… 689 __raw_writesw(host->virt_base + OMAP_MMC_REG(host, DATA), in mmc_omap_xfer_data() 692 __raw_readsw(host->virt_base + OMAP_MMC_REG(host, DATA), in mmc_omap_xfer_data() 1023 cfg.src_addr = host->phys_base + OMAP_MMC_REG(host, DATA); in mmc_omap_prepare_data() 1024 cfg.dst_addr = host->phys_base + OMAP_MMC_REG(host, DATA); in mmc_omap_prepare_data()
|