Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c29 while (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) { in sdhci_reset()
49 cmd->response[i] |= sdhci_readb(host, in sdhci_cmd_done()
77 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_transfer_data()
474 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
Dkona_sdhci.c27 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
Dxenon_sdhci.c335 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/external/u-boot/include/
Dsdhci.h319 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
353 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function