Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_video_combo_phy.c804 unsigned long best_freq = 0; in inno_video_phy_pll_round_rate() local
851 best_freq = tmp; in inno_video_phy_pll_round_rate()
856 best_freq = tmp; in inno_video_phy_pll_round_rate()
861 if (best_freq) { in inno_video_phy_pll_round_rate()
866 return best_freq; in inno_video_phy_pll_round_rate()
H A Dinno_mipi_phy.c501 unsigned long best_freq = 0; in inno_mipi_dphy_pll_round_rate() local
528 best_freq = tmp; in inno_mipi_dphy_pll_round_rate()
532 if (best_freq) { in inno_mipi_dphy_pll_round_rate()
537 return best_freq / 2; in inno_mipi_dphy_pll_round_rate()
H A Dsamsung_mipi_dcphy.c1712 u64 _freq, best_freq = 0; in samsung_mipi_dcphy_pll_round_rate() local
1739 while (!best_freq) { in samsung_mipi_dcphy_pll_round_rate()
1799 best_freq = _freq; in samsung_mipi_dcphy_pll_round_rate()
1814 __func__, best_freq >> best_scaler, best_prediv, best_fbdiv, best_dsm, best_scaler); in samsung_mipi_dcphy_pll_round_rate()
1816 return best_freq >> best_scaler; in samsung_mipi_dcphy_pll_round_rate()
H A Ddw_mipi_dsi.c584 unsigned long fvco_min, fvco_max, best_freq = 984000000; in dw_mipi_dsi_set_pll() local
629 best_freq = _fout; in dw_mipi_dsi_set_pll()
634 best_freq = _fout; in dw_mipi_dsi_set_pll()
639 dsi->lane_mbps = best_freq / 1000 / 1000; in dw_mipi_dsi_set_pll()