Searched refs:sdhci_readw (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | zynq_sdhci.c | 64 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset() 73 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in arasan_zynqmp_dll_reset() 103 ctrl = sdhci_readw(host, SDHCI_HOST_CTRL2); in arasan_sdhci_execute_tuning() 137 ctrl = sdhci_readw(host, SDHCI_HOST_CTRL2); in arasan_sdhci_execute_tuning() 188 reg = sdhci_readw(host, SDHCI_HOST_CTRL2); in arasan_sdhci_set_control_reg() 195 reg = sdhci_readw(host, SDHCI_HOST_CTRL2); in arasan_sdhci_set_control_reg()
|
D | sdhci.c | 407 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) 578 host->version = sdhci_readw(host, SDHCI_HOST_VERSION);
|
/external/u-boot/include/ |
D | sdhci.h | 311 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function 348 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
|