Home
last modified time | relevance | path

Searched refs:sdr50_support (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/sd/
Dsd_ops.h41 return (props->host_caps.sdr50_support | in sdmmc_host_uhs()
Dsdmmc.c378 } else if (card->host_props.host_caps.sdr50_support && in sdmmc_select_bus_speed()
Dsdio.c460 } else if (card->host_props.host_caps.sdr50_support && in sdio_select_bus_speed()
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h183 unsigned int sdr50_support: 1; /**< SDR50 support */ member
/Zephyr-latest/drivers/sdhc/
Difx_cat1_sdio.c212 props->host_caps.sdr50_support = true; in ifx_cat1_sdio_get_host_props()
Dsdhc_renesas_ra.c719 .sdr50_support = false, \
Dimx_usdhc.c254 props->host_caps.sdr50_support = (bool)(caps.flags & kUSDHC_SupportSDR50Flag); in imx_usdhc_init_host_props()
Dintel_emmc_host.c1169 props->host_caps.sdr50_support = (bool)(cap & BIT(32u)); in emmc_get_host_props()
Dsdhc_esp32.c1446 .sdr50_support = false, \
Drcar_mmc.c1958 host_caps->sdr50_support = cfg->uhs_support; in rcar_mmc_init_host_props()