Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-exynos.c89 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()
[all …]
Ddw_mmc.c273 clk_en_a = mci_readl(host, CLKENA); in dw_mci_prepare_command()
355 while (mci_readl(host, STATUS) & SDMMC_STATUS_BUSY) { in dw_mci_wait_while_busy()
422 u32 bmod = mci_readl(host, BMOD); in dw_mci_idmac_reset()
433 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
439 temp = mci_readl(host, BMOD); in dw_mci_idmac_stop_dma()
584 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
592 temp = mci_readl(host, BMOD); in dw_mci_idmac_start_dma()
708 fifoth_val = mci_readl(host, FIFOTH); in dw_mci_edmac_start_dma()
979 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
985 temp = mci_readl(host, INTMASK); in dw_mci_submit_data_dma()
[all …]
Ddw_mmc.h192 #define mci_readl(dev, reg) \ macro