Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/sd/
Dsd_ops.h39 static inline int sdmmc_host_uhs(struct sdhc_host_props *props) in sdmmc_host_uhs() function
Dsdmmc.c369 if ((card->flags & SD_1800MV_FLAG) && sdmmc_host_uhs(&card->host_props) && in sdmmc_select_bus_speed()
469 if ((card->flags & SD_1800MV_FLAG) && sdmmc_host_uhs(&card->host_props) && in sdmmc_set_bus_speed()
755 if ((card->flags & SD_1800MV_FLAG) && sdmmc_host_uhs(&card->host_props) && in sdmmc_card_init()
Dsdio.c273 if (sdmmc_host_uhs(&card->host_props)) { in sdio_read_cccr()