Home
last modified time | relevance | path

Searched refs:SD_CLOCK_25MHZ (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns.c127 props->f_max = SD_CLOCK_25MHZ; in sdhc_cdns_get_host_props()
Dintel_emmc_host.c229 case SD_CLOCK_25MHZ: in emmc_clock_set()
/Zephyr-latest/subsys/sd/
Dsdmmc.c728 if (card->host_props.f_max < SD_CLOCK_25MHZ) { in sdmmc_card_init()
733 card->bus_io.clock = SD_CLOCK_25MHZ; in sdmmc_card_init()
/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h432 SD_CLOCK_25MHZ = MHZ(25), enumerator