Home
last modified time | relevance | path

Searched refs:dwmci_readl (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c97 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset()
154 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data()
158 ctrl = dwmci_readl(host, DWMCI_BMOD); in dwmci_prepare_data()
186 cto_clks = dwmci_readl(host, DWMCI_TMOUT) & 0xff; in dwmci_get_cto()
187 cto_div = (dwmci_readl(host, DWMCI_CLKDIV) & 0xff) * 2; in dwmci_get_cto()
221 if ((dwmci_readl(host, DWMCI_CMD) & 0x1F) == MMC_SEND_TUNING_BLOCK_HS200) in dwmci_data_transfer()
227 mask = dwmci_readl(host, DWMCI_RINTSTS); in dwmci_data_transfer()
241 status = dwmci_readl(host, DWMCI_CMD); in dwmci_data_transfer()
248 ctrl = dwmci_readl(host, DWMCI_BMOD); in dwmci_data_transfer()
262 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
[all …]
H A Drockchip_dw_mmc.c160 raw_value = dwmci_readl(host, SDMMC_TIMING_CON1) >> 1; in rockchip_mmc_get_phase()
162 raw_value = dwmci_readl(host, SDMMC_TIMING_CON0) >> 1; in rockchip_mmc_get_phase()
408 priv->usrid = dwmci_readl(host, DWMCI_USRID); in rockchip_dwmmc_probe()
H A Dexynos_dw_mmc.c66 clk_div = ((dwmci_readl(host, DWMCI_CLKSEL) >> DWMCI_DIVRATIO_BIT) in exynos_dwmci_get_clk()
/rk3399_rockchip-uboot/include/
H A Ddwmmc.h233 static inline u32 dwmci_readl(struct dwmci_host *host, int reg) in dwmci_readl() function