Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-exynos.c85 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL64)) + 1; in dw_mci_exynos_get_ciu_div()
87 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL)) + 1; in dw_mci_exynos_get_ciu_div()
116 priv->saved_strobe_ctrl = mci_readl(host, HS400_DLINE_CTRL); in dw_mci_exynos_priv_init()
117 priv->saved_dqs_en = mci_readl(host, HS400_DQS_EN); in dw_mci_exynos_priv_init()
137 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksel_timing()
139 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksel_timing()
214 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_resume_noirq()
216 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_resume_noirq()
398 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64)); in dw_mci_exynos_get_clksmpl()
400 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL)); in dw_mci_exynos_get_clksmpl()
[all …]
H A Ddw_mmc.c175 seq_printf(s, "STATUS:\t0x%08x\n", mci_readl(host, STATUS)); in dw_mci_regs_show()
176 seq_printf(s, "RINTSTS:\t0x%08x\n", mci_readl(host, RINTSTS)); in dw_mci_regs_show()
177 seq_printf(s, "CMD:\t0x%08x\n", mci_readl(host, CMD)); in dw_mci_regs_show()
178 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show()
179 seq_printf(s, "INTMASK:\t0x%08x\n", mci_readl(host, INTMASK)); in dw_mci_regs_show()
180 seq_printf(s, "CLKENA:\t0x%08x\n", mci_readl(host, CLKENA)); in dw_mci_regs_show()
212 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
314 clk_en_a = mci_readl(host, CLKENA); in dw_mci_prepare_command()
389 cto_clks = mci_readl(host, TMOUT) & 0xff; in dw_mci_set_cto()
390 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_cto()
[all …]
H A Ddw_mmc-hi3798cv200.c37 val = mci_readl(host, UHS_REG); in dw_mci_hi3798cv200_set_ios()
45 val = mci_readl(host, ENABLE_SHIFT); in dw_mci_hi3798cv200_set_ios()
52 val = mci_readl(host, DDR_REG); in dw_mci_hi3798cv200_set_ios()
H A Ddw_mmc-bluefield.c28 reg = mci_readl(host, UHS_REG_EXT); in dw_mci_bluefield_set_ios()
H A Drk_sdmmc.h258 #define mci_readl(dev, reg) \ macro
H A Ddw_mmc.h467 #define mci_readl(dev, reg) \ macro