Searched refs:sdhci_readw (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | bcmstb_sdhci.c | 62 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in bcmstb_sdhci_init()
|
| H A D | sdhci.c | 326 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL)) 448 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2); 634 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); 678 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); 739 host->version = sdhci_readw(host, SDHCI_HOST_VERSION);
|
| H A D | rockchip_sdhci.c | 462 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in dwcmshc_sdhci_set_ios_post() 468 ctrl = sdhci_readw(host, DWCMSHC_EMMC_CONTROL); in dwcmshc_sdhci_set_ios_post()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sdhci.h | 332 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function 369 static inline u16 sdhci_readw(struct sdhci_host *host, int reg) in sdhci_readw() function
|