Home
last modified time | relevance | path

Searched refs:mmc_host_uhs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mmc/core/
Dsdio.c160 if (mmc_host_uhs(card->host)) { in sdio_read_cccr()
450 if (!mmc_host_uhs(card->host)) in sdio_set_bus_speed_mode()
564 if (mmc_host_uhs(host)) in mmc_sdio_init_card()
Dsd.c422 if (!mmc_host_uhs(card->host)) { in sd_update_bus_speed_mode()
730 if (retries && mmc_host_uhs(host)) in mmc_sd_get_cid()
/linux-4.4.14/include/linux/mmc/
Dhost.h464 static inline int mmc_host_uhs(struct mmc_host *host) in mmc_host_uhs() function