Searched refs:sdhci_readw (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/mmc/ |
A D | iproc_sdhci.c | 150 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 D | zynq_sdhci.c | 77 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 D | sdhci.c | 443 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 D | am654_sdhci.c | 252 val = sdhci_readw(host, SDHCI_CLOCK_CONTROL); in am654_sdhci_set_ios_post()
|
/u-boot/include/ |
A D | sdhci.h | 374 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