Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dpic32_sdhci.c66 u8 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in pic32_sdhci_probe()
A Dkona_sdhci.c28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
A Dsdhci.c32 while (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) { in sdhci_reset()
52 cmd->response[i] |= sdhci_readb(host, in sdhci_cmd_done()
86 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_prepare_dma()
633 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
A Dxenon_sdhci.c230 voltage = sdhci_readb(host, SDHCI_POWER_CONTROL); in xenon_mmc_start_signal_voltage_switch()
401 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/u-boot/include/
A Dsdhci.h382 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
416 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function

Completed in 8 milliseconds