Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dsdio.c160 if (mmc_host_uhs(card->host)) { in sdio_read_cccr()
481 if (!mmc_host_uhs(card->host)) in sdio_set_bus_speed_mode()
595 if (mmc_host_uhs(host)) in mmc_sdio_init_card()
Dsd.c457 if (!mmc_host_uhs(card->host)) { in sd_update_bus_speed_mode()
765 if (retries && mmc_host_uhs(host)) in mmc_sd_get_cid()
/linux-4.1.27/include/linux/mmc/
Dhost.h456 static inline int mmc_host_uhs(struct mmc_host *host) in mmc_host_uhs() function