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()
109 priv->saved_strobe_ctrl = mci_readl(host, HS400_DLINE_CTRL); in dw_mci_exynos_priv_init()
110 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()
185 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_resume_noirq()
187 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_resume_noirq()
217 if (SDMMC_CLKSEL_GET_DRV_WD3(mci_readl(host, CLKSEL64))) in dw_mci_exynos_prepare_command()
220 if (SDMMC_CLKSEL_GET_DRV_WD3(mci_readl(host, CLKSEL))) in dw_mci_exynos_prepare_command()
376 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64)); in dw_mci_exynos_get_clksmpl()
378 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL)); in dw_mci_exynos_get_clksmpl()
388 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksmpl()
390 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksmpl()
407 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_move_next_clksmpl()
409 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_move_next_clksmpl()