Lines Matching refs:mci_readl
90 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL64)) + 1; in dw_mci_exynos_get_ciu_div()
92 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL)) + 1; in dw_mci_exynos_get_ciu_div()
121 priv->saved_strobe_ctrl = mci_readl(host, HS400_DLINE_CTRL); in dw_mci_exynos_priv_init()
122 priv->saved_dqs_en = mci_readl(host, HS400_DQS_EN); in dw_mci_exynos_priv_init()
148 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksel_timing()
150 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksel_timing()
227 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_resume_noirq()
229 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_resume_noirq()
414 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64)); in dw_mci_exynos_get_clksmpl()
416 return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL)); in dw_mci_exynos_get_clksmpl()
427 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksmpl()
429 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksmpl()
448 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_move_next_clksmpl()
450 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_move_next_clksmpl()
554 clk_div = (mci_readl(host, CLKDIV) & 0xFF) * 2; in dw_mci_exynos_set_data_timeout()
589 drto_clks = mci_readl(host, TMOUT) >> 8; in dw_mci_exynos_get_drto_clks()