Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Ddw_mmc-exynos.c122 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()
427 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_set_clksmpl()
429 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_set_clksmpl()
448 clksel = mci_readl(host, CLKSEL64); in dw_mci_exynos_move_next_clksmpl()
450 clksel = mci_readl(host, CLKSEL); in dw_mci_exynos_move_next_clksmpl()
554 clk_div = (mci_readl(host, CLKDIV) & 0xFF) * 2; in dw_mci_exynos_set_data_timeout()
[all …]
A Ddw_mmc.c196 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
451 u32 bmod = mci_readl(host, BMOD); in dw_mci_idmac_reset()
462 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
468 temp = mci_readl(host, BMOD); in dw_mci_idmac_stop_dma()
745 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
753 temp = mci_readl(host, BMOD); in dw_mci_idmac_start_dma()
1118 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
1124 temp = mci_readl(host, INTMASK); in dw_mci_submit_data_dma()
1179 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
1578 uhs = mci_readl(host, UHS_REG); in dw_mci_switch_voltage()
[all …]
A Ddw_mmc-hi3798cv200.c31 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()
A Ddw_mmc-bluefield.c28 reg = mci_readl(host, UHS_REG_EXT); in dw_mci_bluefield_set_ios()
A Ddw_mmc.h475 #define mci_readl(dev, reg) \ macro

Completed in 14 milliseconds