Home
last modified time | relevance | path

Searched refs:fb_div (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_combtxphy.c48 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() local
330 fb_div = pre_clk / 1024; in rk628_combtxphy_set_mode()
336 bus_width *= fb_div; in rk628_combtxphy_set_mode()
[all …]
H A Drk628.h472 u8 fb_div; member