Home
last modified time | relevance | path

Searched refs:sdr104_support (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/sd/
Dsd_ops.h43 props->host_caps.sdr104_support | in sdmmc_host_uhs()
Dsdmmc.c372 if (card->host_props.host_caps.sdr104_support && in sdmmc_select_bus_speed()
Dsdio.c452 if (card->host_props.host_caps.sdr104_support && in sdio_select_bus_speed()
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h184 unsigned int sdr104_support: 1; /**< SDR104 support */ member
/Zephyr-latest/drivers/sdhc/
Drcar_mmc.c1328 if (!data->props.host_caps.sdr104_support) { in rcar_mmc_set_timings()
1957 host_caps->sdr104_support = cfg->mmc_sdr104_support; in rcar_mmc_init_host_props()
Dsdhc_renesas_ra.c718 .sdr104_support = false, \
Dimx_usdhc.c253 props->host_caps.sdr104_support = (bool)(caps.flags & kUSDHC_SupportSDR104Flag); in imx_usdhc_init_host_props()
Dintel_emmc_host.c1168 props->host_caps.sdr104_support = (bool)(cap & BIT(33u)); in emmc_get_host_props()
Dsdhc_esp32.c1445 .sdr104_support = false, \