Searched refs:rate_div (Results 1 – 6 of 6) sorted by relevance
48 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 …]
84 u8 rate_div; member
34 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 …]
411 u8 rate_div; member
98 u8 rate_div; member123 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 …]
174 long rate_div, frac, m, f; in zynqmp_pll_set_rate() local177 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()