Lines Matching refs:fvco
103 unsigned int fvco, frac_rate, fin = 24; in rk628_txphy_set_mode() local
125 fvco = fhsc * 2 * txphy->rate_div; in rk628_txphy_set_mode()
127 txphy->fb_div = fvco / 8 / fin; in rk628_txphy_set_mode()
128 frac_rate = fvco - (fin * 8 * txphy->fb_div); in rk628_txphy_set_mode()
137 fvco = fin * (1024 * txphy->fb_div + txphy->frac_div); in rk628_txphy_set_mode()
138 fvco *= 8; in rk628_txphy_set_mode()
139 fvco = DIV_ROUND_UP(fvco, 1024 * txphy->ref_div); in rk628_txphy_set_mode()
140 fhsc = fvco / 2 / txphy->rate_div; in rk628_txphy_set_mode()
176 fvco = fhsc * txphy->rate_div; in rk628_txphy_set_mode()
179 txphy->fb_div = fvco / 8 / fin; in rk628_txphy_set_mode()
180 frac_rate = fvco - (fin * 8 * txphy->fb_div); in rk628_txphy_set_mode()
190 fvco = fin * (1024 * txphy->fb_div + txphy->frac_div); in rk628_txphy_set_mode()
191 fvco *= 8; in rk628_txphy_set_mode()
192 fvco /= 1024 * txphy->ref_div; in rk628_txphy_set_mode()
193 fhsc = fvco / txphy->rate_div; in rk628_txphy_set_mode()