Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c277 mci_writel(host, CLKENA, clk_en_a); in dw_mci_prepare_command()
376 mci_writel(host, CMDARG, cmd->arg); in dw_mci_start_command()
380 mci_writel(host, CMD, cmd_flags | SDMMC_CMD_START); in dw_mci_start_command()
427 mci_writel(host, BMOD, bmod); in dw_mci_idmac_reset()
438 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
444 mci_writel(host, BMOD, temp); in dw_mci_idmac_stop_dma()
576 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
583 mci_writel(host, BMOD, temp); in dw_mci_idmac_start_dma()
586 mci_writel(host, PLDMND, 1); in dw_mci_idmac_start_dma()
640 mci_writel(host, IDSTS64, IDMAC_INT_CLR); in dw_mci_idmac_init()
[all …]
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.h185 #define mci_writel(dev, reg, value) \ macro