Home
last modified time | relevance | path

Searched refs:high_spd_support (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h173 unsigned int high_spd_support: 1; /**< High speed support */ member
/Zephyr-latest/drivers/sdhc/
Difx_cat1_sdio.c211 props->host_caps.high_spd_support = true; in ifx_cat1_sdio_get_host_props()
Dmcux_sdif.c118 props->host_caps.high_spd_support = true; in mcux_sdif_get_host_props()
Dsam_hsmci.c107 props->host_caps.high_spd_support = false; in sam_hsmci_get_host_props()
Drcar_mmc.c1318 if (!data->props.host_caps.high_spd_support) { in rcar_mmc_set_timings()
1955 host_caps->high_spd_support = 1; in rcar_mmc_init_host_props()
Dsdhc_renesas_ra.c712 .high_spd_support = (DT_INST_PROP(index, bus_width) == 4) \
Dimx_usdhc.c249 props->host_caps.high_spd_support = (bool)(caps.flags & kUSDHC_SupportHighSpeedFlag); in imx_usdhc_init_host_props()
Dintel_emmc_host.c1163 props->host_caps.high_spd_support = (bool)(cap & BIT(21u)); in emmc_get_host_props()
Dsdhc_esp32.c1440 .high_spd_support = \
/Zephyr-latest/subsys/sd/
Dsdmmc.c388 if (card->host_props.host_caps.high_spd_support && in sdmmc_select_bus_speed()
580 if ((!card->host_props.host_caps.high_spd_support) || in sdmmc_init_hs()
Dsdio.c464 } else if (card->host_props.host_caps.high_spd_support && in sdio_select_bus_speed()