Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_CONTROL (Results 1 – 10 of 10) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dhisi_sdhci.c92 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in hisi_enable_card_clk()
94 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in hisi_enable_card_clk()
101 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in hisi_disable_card_clk()
103 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in hisi_disable_card_clk()
111 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in hisi_enable_internal_clk()
113 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in hisi_enable_internal_clk()
116 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in hisi_enable_internal_clk()
125 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in hisi_enable_internal_clk()
133 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in hisi_disable_internal_clk()
135 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in hisi_disable_internal_clk()
Dzynq_sdhci.c58 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
60 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
67 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in arasan_zynqmp_dll_reset()
79 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
Dxenon_sdhci.c153 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_init()
246 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
248 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
260 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
262 sdhci_writew(host, var, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
Dsdhci.c46 sdhci_readw(host, SDHCI_CLOCK_CONTROL)); in sdhci_dumpregs()
540 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL);
595 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
599 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
611 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
Dam654_sdhci.c105 val = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in am654_sdhci_set_ios_post()
107 sdhci_writew(host, val, SDHCI_CLOCK_CONTROL); in am654_sdhci_set_ios_post()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/
Dsdhci_boot.c73 #define SDHCI_CLOCK_CONTROL 0x2C macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dhimci_boot.c77 #define SDHCI_CLOCK_CONTROL 0x2C macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/
Dsdhci_boot.c73 #define SDHCI_CLOCK_CONTROL 0x2C macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dhimci_boot.c77 #define SDHCI_CLOCK_CONTROL 0x2C macro
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h93 #define SDHCI_CLOCK_CONTROL 0x2C macro