Searched refs:OMAP_MMC_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | omap.c | 82 #define OMAP_MMC_REG(host, reg) (OMAP_MMC_REG_##reg << (host)->reg_shift) macro 83 #define OMAP_MMC_READ(host, reg) __raw_readw((host)->virt_base + OMAP_MMC_REG(host, reg)) 84 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, r… 687 __raw_writesw(host->virt_base + OMAP_MMC_REG(host, DATA), in mmc_omap_xfer_data() 690 __raw_readsw(host->virt_base + OMAP_MMC_REG(host, DATA), in mmc_omap_xfer_data() 1021 OMAP_MMC_REG(host, DATA), in mmc_omap_prepare_data() 1023 OMAP_MMC_REG(host, DATA), in mmc_omap_prepare_data()
|