Searched refs:mci_readl (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/mmc/host/ |
D | dw_mmc-exynos.c | 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() [all …]
|
D | dw_mmc.c | 156 seq_printf(s, "STATUS:\t0x%08x\n", mci_readl(host, STATUS)); in dw_mci_regs_show() 157 seq_printf(s, "RINTSTS:\t0x%08x\n", mci_readl(host, RINTSTS)); in dw_mci_regs_show() 158 seq_printf(s, "CMD:\t0x%08x\n", mci_readl(host, CMD)); in dw_mci_regs_show() 159 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show() 160 seq_printf(s, "INTMASK:\t0x%08x\n", mci_readl(host, INTMASK)); in dw_mci_regs_show() 161 seq_printf(s, "CLKENA:\t0x%08x\n", mci_readl(host, CLKENA)); in dw_mci_regs_show() 196 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset() 292 clk_en_a = mci_readl(host, CLKENA); in dw_mci_prepare_command() 367 cto_clks = mci_readl(host, TMOUT) & 0xff; in dw_mci_set_cto() 368 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_cto() [all …]
|
D | dw_mmc-hi3798cv200.c | 31 val = mci_readl(host, UHS_REG); in dw_mci_hi3798cv200_set_ios() 39 val = mci_readl(host, ENABLE_SHIFT); in dw_mci_hi3798cv200_set_ios() 46 val = mci_readl(host, DDR_REG); in dw_mci_hi3798cv200_set_ios()
|
D | dw_mmc-bluefield.c | 28 reg = mci_readl(host, UHS_REG_EXT); in dw_mci_bluefield_set_ios()
|
D | dw_mmc.h | 475 #define mci_readl(dev, reg) \ macro
|