Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_clc_drv.c29 float f_max; in clc_config_coeff() local
48 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()
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/src/
A Dfit-mmc.c153 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()
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_host.h252 unsigned int f_max; member
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/
A Dsdhci.c3036 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