Searched refs:SDHCI_CLOCK_CONTROL (Results 1 – 10 of 10) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mmc/ |
D | hisi_sdhci.c | 92 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()
|
D | zynq_sdhci.c | 58 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()
|
D | xenon_sdhci.c | 153 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()
|
D | sdhci.c | 46 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);
|
D | am654_sdhci.c | 105 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/ |
D | sdhci_boot.c | 73 #define SDHCI_CLOCK_CONTROL 0x2C macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/ |
D | himci_boot.c | 77 #define SDHCI_CLOCK_CONTROL 0x2C macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/ |
D | sdhci_boot.c | 73 #define SDHCI_CLOCK_CONTROL 0x2C macro
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/ |
D | himci_boot.c | 77 #define SDHCI_CLOCK_CONTROL 0x2C macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | sdhci.h | 93 #define SDHCI_CLOCK_CONTROL 0x2C macro
|