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/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()
/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c736 unsigned long best_freq = 0; in samsung_dsim_pll_find_pms() local
772 best_freq = tmp; in samsung_dsim_pll_find_pms()
777 if (best_freq) { in samsung_dsim_pll_find_pms()
783 return best_freq; in samsung_dsim_pll_find_pms()