Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dbcmstb_sdhci.c62 host->version = sdhci_readw(host, SDHCI_HOST_VERSION); in bcmstb_sdhci_init()
H A Dsdhci.c326 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 Drockchip_sdhci.c462 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 Dsdhci.h332 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