Home
last modified time | relevance | path

Searched refs:rate_div (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_combtxphy.c48 SW_RATE(txphy->rate_div / 2)); in rk628_combtxphy_dsi_power_on()
77 SW_RATE(txphy->rate_div / 2)); in rk628_combtxphy_lvds_power_on()
90 SW_RATE(txphy->rate_div / 2)); in rk628_combtxphy_gvi_power_on()
117 txphy->rate_div = 4; in rk628_txphy_set_mode()
119 txphy->rate_div = 2; in rk628_txphy_set_mode()
121 txphy->rate_div = 1; in rk628_txphy_set_mode()
125 fvco = fhsc * 2 * txphy->rate_div; in rk628_txphy_set_mode()
140 fhsc = fvco / 2 / txphy->rate_div; in rk628_txphy_set_mode()
157 txphy->rate_div = 4; in rk628_txphy_set_mode()
159 txphy->rate_div = 2; in rk628_txphy_set_mode()
[all …]
H A Drk628_combtxphy.h84 u8 rate_div; member
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_combtxphy.c34 SW_RATE(combtxphy->rate_div / 2)); in rk628_combtxphy_dsi_power_on()
84 SW_RATE(combtxphy->rate_div / 2)); in rk628_combtxphy_lvds_power_on()
115 SW_RATE(combtxphy->rate_div / 2)); in rk628_combtxphy_gvi_power_on()
203 combtxphy->rate_div = 4; in rk628_combtxphy_set_mode()
205 combtxphy->rate_div = 2; in rk628_combtxphy_set_mode()
207 combtxphy->rate_div = 1; in rk628_combtxphy_set_mode()
211 fvco = fhsc * 2 * combtxphy->rate_div; in rk628_combtxphy_set_mode()
226 fhsc = fvco / 2 / combtxphy->rate_div; in rk628_combtxphy_set_mode()
243 combtxphy->rate_div = 4; in rk628_combtxphy_set_mode()
245 combtxphy->rate_div = 2; in rk628_combtxphy_set_mode()
[all …]
H A Drk628.h411 u8 rate_div; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_combtxphy.c98 u8 rate_div; member
123 SW_RATE(combtxphy->rate_div / 2)); in rk628_combtxphy_dsi_power_on()
174 SW_RATE(combtxphy->rate_div / 2)); in rk628_combtxphy_lvds_power_on()
206 SW_RATE(combtxphy->rate_div / 2)); in rk628_combtxphy_gvi_power_on()
305 combtxphy->rate_div = 4; in rk628_combtxphy_set_mode()
307 combtxphy->rate_div = 2; in rk628_combtxphy_set_mode()
309 combtxphy->rate_div = 1; in rk628_combtxphy_set_mode()
313 fvco = fhsc * 2 * combtxphy->rate_div; in rk628_combtxphy_set_mode()
329 fhsc = fvco / 2 / combtxphy->rate_div; in rk628_combtxphy_set_mode()
344 combtxphy->rate_div = 4; in rk628_combtxphy_set_mode()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/zynqmp/
H A Dpll.c174 long rate_div, frac, m, f; in zynqmp_pll_set_rate() local
177 rate_div = (rate * FRAC_DIV) / parent_rate; in zynqmp_pll_set_rate()
178 f = rate_div % FRAC_DIV; in zynqmp_pll_set_rate()
182 m = rate_div / FRAC_DIV; in zynqmp_pll_set_rate()