Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_combtxphy.c224 unsigned int fhsc = bus_width >> 8; in rk628_combtxphy_set_mode() local
235 if (fhsc < 80 || fhsc > 1500) in rk628_combtxphy_set_mode()
237 else if (fhsc < 375) in rk628_combtxphy_set_mode()
239 else if (fhsc < 750) in rk628_combtxphy_set_mode()
244 fvco = fhsc * 2 * combtxphy->rate_div; in rk628_combtxphy_set_mode()
265 fhsc = fvco / 2 / combtxphy->rate_div; in rk628_combtxphy_set_mode()
266 combtxphy->bus_width = fhsc; in rk628_combtxphy_set_mode()