Lines Matching refs:mci_readl
89 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL64)) + 1; in dw_mci_exynos_get_ciu_div()
91 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL)) + 1; in dw_mci_exynos_get_ciu_div()
120 priv->saved_strobe_ctrl = mci_readl(host, HS400_DLINE_CTRL); in dw_mci_exynos_priv_init()
121 priv->saved_dqs_en = mci_readl(host, HS400_DQS_EN); in dw_mci_exynos_priv_init()
141 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksel_timing()
143 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksel_timing()
216 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_resume_noirq()
218 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_resume_noirq()
389 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64)); in dw_mci_exynos_get_clksmpl()
391 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL)); in dw_mci_exynos_get_clksmpl()
401 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksmpl()
403 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksmpl()
420 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_move_next_clksmpl()
422 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_move_next_clksmpl()