Home
last modified time | relevance | path

Searched refs:SD_EMMC_CFG (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmeson-gx-mmc.c72 #define SD_EMMC_CFG 0x44 macro
334 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_gate()
336 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_gate()
348 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_ungate()
350 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_ungate()
374 cfg = readl(host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
376 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
385 writel(cfg, host->regs + SD_EMMC_CFG); in meson_mmc_clk_set()
639 val = readl(host->regs + SD_EMMC_CFG); in meson_mmc_set_ios()
642 writel(val, host->regs + SD_EMMC_CFG); in meson_mmc_set_ios()
[all …]