Searched refs:vco_div (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi_phy.c | 221 phy_get_vco_freq(unsigned long long clock, u8 *vco_sel, u8 *vco_div) in phy_get_vco_freq() argument 236 *vco_div = _vco_div; in phy_get_vco_freq() 414 u8 vco_sel, vco_div; in vc5_hdmi_phy_init() local 416 vco_freq = phy_get_vco_freq(pixel_freq, &vco_sel, &vco_div); in vc5_hdmi_phy_init() 454 VC4_SET_FIELD(vco_div, VC4_HDMI_TX_PHY_CLK_DIV_VCO)); in vc5_hdmi_phy_init() 608 vc6_phy_get_vco_freq(unsigned long long tmds_rate, unsigned int *vco_div) in vc6_phy_get_vco_freq() argument 625 *vco_div = div; in vc6_phy_get_vco_freq() 964 unsigned int vco_div; in vc6_hdmi_phy_init() local 966 vco_freq = vc6_phy_get_vco_freq(pixel_freq, &vco_div); in vc6_hdmi_phy_init() 995 VC4_SET_FIELD(vco_div, in vc6_hdmi_phy_init()
|
/linux/drivers/media/dvb-frontends/ |
H A D | cx24123.c | 506 u32 ndiv = 0, adiv = 0, vco_div = 0; in cx24123_pll_calculate() local 518 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()
|