Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Diproc_sdhci.c150 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_iproc_set_ios_post()
163 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_start_tuning()
212 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_iproc_execute_tuning()
273 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in iproc_sdhci_probe()
A Dzynq_sdhci.c77 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in arasan_zynqmp_dll_reset()
86 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) in arasan_zynqmp_dll_reset()
116 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in arasan_sdhci_execute_tuning()
150 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in arasan_sdhci_execute_tuning()
536 reg = sdhci_readw(host, SDHCI_HOST_CONTROL2); in arasan_sdhci_set_control_reg()
A Dsdhci.c443 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
494 reg = sdhci_readw(host, SDHCI_HOST_CONTROL2);
523 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
838 host->version = sdhci_readw(host, SDHCI_HOST_VERSION);
A Dam654_sdhci.c252 val = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in am654_sdhci_set_ios_post()
/u-boot/include/
A Dsdhci.h374 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
411 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function

Completed in 10 milliseconds