Searched refs:f_max (Results 1 – 4 of 4) sorted by relevance
29 float f_max; in clc_config_coeff() local48 f_max = coeff_abs[0]; in clc_config_coeff()50 if (f_max < coeff_abs[i]) { in clc_config_coeff()51 f_max = coeff_abs[i]; in clc_config_coeff()54 u_max = (uint32_t)f_max; in clc_config_coeff()
153 mmc->rthost.freq_max = mmc->f_max; in mmc_add_host()250 rt_dm_dev_prop_read_u32(dev, "max-frequency", &host->f_max); in mmc_of_parse()
252 unsigned int f_max; member
3036 if (!mmc->f_max || mmc->f_max > max_clk) in sdhci_setup_host()3037 mmc->f_max = max_clk; in sdhci_setup_host()
Completed in 16 milliseconds