Searched refs:fb_div (Results 1 – 2 of 2) sorted by relevance
48 SW_PLL_FB_DIV(combtxphy->fb_div) | in rk628_combtxphy_dsi_power_on()111 SW_PLL_FB_DIV(combtxphy->fb_div) | in rk628_combtxphy_lvds_power_on()141 SW_PLL_FB_DIV(combtxphy->fb_div) | in rk628_combtxphy_gvi_power_on()256 combtxphy->fb_div = fvco * combtxphy->ref_div / 8 / fin; in rk628_combtxphy_set_mode()258 combtxphy->frac_div -= 1024 * combtxphy->fb_div; in rk628_combtxphy_set_mode()263 fvco = fin * (1024 * combtxphy->fb_div + combtxphy->frac_div) * 8; in rk628_combtxphy_set_mode()278 combtxphy->fb_div = 14; in rk628_combtxphy_set_mode()291 unsigned int i, delta_freq, best_delta_freq, fb_div; in rk628_combtxphy_set_mode() local330 fb_div = pre_clk / 1024; in rk628_combtxphy_set_mode()336 bus_width *= fb_div; in rk628_combtxphy_set_mode()[all …]
472 u8 fb_div; member