Lines Matching refs:SD_EMMC_CFG
80 #define SD_EMMC_CFG 0x44 macro
406 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_gate()
408 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_gate()
420 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_ungate()
422 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_ungate()
451 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
453 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
808 val = readl(host->regs + SD_EMMC_CFG); in meson_mmc_set_ios()
824 writel(val, host->regs + SD_EMMC_CFG); in meson_mmc_set_ios()
842 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_set_blksz()
859 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_set_blksz()
1133 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_cfg_init()