Lines Matching refs:fb_div
32 SW_PLL_FB_DIV(combtxphy->fb_div) | in rk628_combtxphy_dsi_power_on()
82 SW_PLL_FB_DIV(combtxphy->fb_div) | in rk628_combtxphy_lvds_power_on()
113 SW_PLL_FB_DIV(combtxphy->fb_div) | in rk628_combtxphy_gvi_power_on()
213 combtxphy->fb_div = fvco / 8 / fin; in rk628_combtxphy_set_mode()
214 frac_rate = fvco - (fin * 8 * combtxphy->fb_div); in rk628_combtxphy_set_mode()
223 fvco = fin * (1024 * combtxphy->fb_div + combtxphy->frac_div); in rk628_combtxphy_set_mode()
239 combtxphy->fb_div = 14; in rk628_combtxphy_set_mode()
252 unsigned int i, delta_freq, best_delta_freq, fb_div; in rk628_combtxphy_set_mode() local
289 fb_div = pre_clk / 1024; in rk628_combtxphy_set_mode()
295 bus_width *= fb_div; in rk628_combtxphy_set_mode()
299 combtxphy->fb_div = fb_div; in rk628_combtxphy_set_mode()