Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-exynos.c100 mci_writel(host, MPSBEGIN0, 0); in dw_mci_exynos_priv_init()
101 mci_writel(host, MPSEND0, SDMMC_ENDING_SEC_NR_MAX); in dw_mci_exynos_priv_init()
102 mci_writel(host, MPSCTRL0, SDMMC_MPSCTRL_SECURE_WRITE_BIT | in dw_mci_exynos_priv_init()
112 mci_writel(host, HS400_DQS_EN, priv->saved_dqs_en); in dw_mci_exynos_priv_init()
145 mci_writel(host, CLKSEL64, clksel); in dw_mci_exynos_set_clksel_timing()
147 mci_writel(host, CLKSEL, clksel); in dw_mci_exynos_set_clksel_timing()
192 mci_writel(host, CLKSEL64, clksel); in dw_mci_exynos_resume_noirq()
194 mci_writel(host, CLKSEL, clksel); in dw_mci_exynos_resume_noirq()
247 mci_writel(host, HS400_DQS_EN, dqs); in dw_mci_exynos_config_hs400()
248 mci_writel(host, HS400_DLINE_CTRL, strobe); in dw_mci_exynos_config_hs400()
[all …]
Ddw_mmc.c275 mci_writel(host, CLKENA, clk_en_a); in dw_mci_prepare_command()
374 mci_writel(host, CMDARG, cmd->arg); in dw_mci_start_command()
378 mci_writel(host, CMD, cmd_flags | SDMMC_CMD_START); in dw_mci_start_command()
425 mci_writel(host, BMOD, bmod); in dw_mci_idmac_reset()
436 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
442 mci_writel(host, BMOD, temp); in dw_mci_idmac_stop_dma()
586 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
594 mci_writel(host, BMOD, temp); in dw_mci_idmac_start_dma()
597 mci_writel(host, PLDMND, 1); in dw_mci_idmac_start_dma()
655 mci_writel(host, IDSTS64, IDMAC_INT_CLR); in dw_mci_idmac_init()
[all …]
Ddw_mmc.h194 #define mci_writel(dev, reg, value) \ macro