Searched refs:vco_div (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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-6.15/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()
|
| /linux-6.15/drivers/phy/qualcomm/ |
| H A D | phy-qcom-edp.c | 342 u32 vco_div; in qcom_edp_set_vco_div() local 346 vco_div = 0x1; in qcom_edp_set_vco_div() 351 vco_div = 0x1; in qcom_edp_set_vco_div() 356 vco_div = 0x2; in qcom_edp_set_vco_div() 361 vco_div = 0x0; in qcom_edp_set_vco_div() 370 writel(vco_div, edp->edp + DP_PHY_VCO_DIV); in qcom_edp_set_vco_div()
|