Searched refs:SD_EMMC_CFG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | meson-gx-mmc.c | 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() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | meson-gx-mmc.c | 72 #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...] |
Completed in 3 milliseconds