Searched refs:sdhci_readb (Results 1 – 4 of 4) sorted by relevance
28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
30 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);
324 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
340 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function374 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function