Searched refs:hdmi_div (Results 1 – 2 of 2) sorted by relevance
25 u32 hdmi_div; member145 u32 hdmi_div = 1; in compute_hdmi_tmds_pll() local204 pll_params->hdmi_div = hdmi_div; in compute_hdmi_tmds_pll()279 REG_FIELD_PREP(SNPS_PHY_MPLLB_HDMI_DIV, pll_params.hdmi_div); in intel_snps_hdmi_pll_compute_mpllb()353 REG_FIELD_PREP(C10_PLL15_HDMIDIV_MASK, pll_params.hdmi_div); in intel_snps_hdmi_pll_compute_c10pll()
2723 unsigned int multiplier, tx_clk_div, hdmi_div, refclk = 38400; in intel_c10pll_calc_port_clock() local2736 hdmi_div = REG_FIELD_GET8(C10_PLL15_HDMIDIV_MASK, pll_state->pll[15]); in intel_c10pll_calc_port_clock()2741 tmpclk *= (hdmi_div ? 2 : 1); in intel_c10pll_calc_port_clock()