Searched refs:max_bus_freq (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/sdhc/ |
D | imx_usdhc.c | 71 uint32_t max_bus_freq; member 233 props->f_max = cfg->max_bus_freq; in imx_usdhc_init_host_props() 1109 .max_bus_freq = DT_INST_PROP(n, max_bus_freq), \
|
D | intel_emmc_host.c | 38 uint32_t max_bus_freq; member 1154 props->f_max = config->max_bus_freq; in emmc_get_host_props() 1338 .max_bus_freq = DT_INST_PROP_OR(n, max_bus_freq, 40000), \
|
D | sdhc_cdns_ll.h | 486 unsigned int max_bus_freq; member
|
D | sdhc_renesas_ra.c | 702 .f_max = DT_INST_PROP(index, max_bus_freq), \
|
D | sdhc_esp32.c | 1430 .f_max = DT_INST_PROP(n, max_bus_freq), \
|
D | rcar_mmc.c | 2203 .max_frequency = DT_INST_PROP(n, max_bus_freq), \
|