Lines Matching refs:SD_EMMC_CFG
69 #define SD_EMMC_CFG 0x44 macro
321 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_gate()
323 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_gate()
335 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_ungate()
337 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_ungate()
361 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
363 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
372 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
638 val = readl(host->regs + SD_EMMC_CFG); in meson_mmc_set_ios()
641 writel(val, host->regs + SD_EMMC_CFG); in meson_mmc_set_ios()
667 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_set_blksz()
684 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_set_blksz()
1075 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_cfg_init()