Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmeson-gx-mmc.c80 #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()
[all …]