Home
last modified time | relevance | path

Searched refs:best_freq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c340 unsigned long best_freq = 0; in inno_dsidphy_pll_calc_rate() local
387 best_freq = tmp; in inno_dsidphy_pll_calc_rate()
392 best_freq = tmp; in inno_dsidphy_pll_calc_rate()
397 if (best_freq) { in inno_dsidphy_pll_calc_rate()
400 inno->pll.rate = best_freq; in inno_dsidphy_pll_calc_rate()
403 return best_freq; in inno_dsidphy_pll_calc_rate()
/linux/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c376 unsigned long best_freq = 0; in fsl_samsung_hdmi_phy_find_pms() local
435 best_freq = tmp; in fsl_samsung_hdmi_phy_find_pms()
444 if (best_freq) { in fsl_samsung_hdmi_phy_find_pms()
450 return best_freq / 5; in fsl_samsung_hdmi_phy_find_pms()
/linux/drivers/iio/imu/
H A Dadis16480.c607 unsigned int i, best_freq; in adis16480_set_filter_freq() local
624 best_freq = 0; in adis16480_set_filter_freq()
631 best_freq = i; in adis16480_set_filter_freq()
637 val |= best_freq << offset; in adis16480_set_filter_freq()