Searched refs:sdhci_readb (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/mmc/ |
A D | pic32_sdhci.c | 66 u8 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in pic32_sdhci_probe()
|
A D | kona_sdhci.c | 28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
|
A D | sdhci.c | 32 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 D | xenon_sdhci.c | 230 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 D | sdhci.h | 382 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