Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dkona_sdhci.c28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
H A Dsdhci.c30 while (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) { in sdhci_reset()
50 cmd->response[i] |= sdhci_readb(host, in sdhci_cmd_done()
78 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_transfer_data()
516 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
H A Dxenon_sdhci.c324 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/rk3399_rockchip-uboot/include/
H A Dsdhci.h340 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
374 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function