Searched refs:vco_div (Results 1 – 2 of 2) sorted by relevance
160 phy_get_vco_freq(unsigned long long clock, u8 *vco_sel, u8 *vco_div) in phy_get_vco_freq() argument175 *vco_div = _vco_div; in phy_get_vco_freq()349 u8 vco_sel, vco_div; in vc5_hdmi_phy_init() local351 vco_freq = phy_get_vco_freq(pixel_freq, &vco_sel, &vco_div); in vc5_hdmi_phy_init()387 VC4_SET_FIELD(vco_div, VC4_HDMI_TX_PHY_CLK_DIV_VCO)); in vc5_hdmi_phy_init()
506 u32 ndiv = 0, adiv = 0, vco_div = 0; in cx24123_pll_calculate() local518 vco_div = cx24123_bandselect_vals[0].VCOdivider; in cx24123_pll_calculate()544 vco_div = cx24123_bandselect_vals[band].VCOdivider; in cx24123_pll_calculate()556 ndiv = (((p->frequency * vco_div * 10) / in cx24123_pll_calculate()558 adiv = (((p->frequency * vco_div * 10) / in cx24123_pll_calculate()