Home
last modified time | relevance | path

Searched refs:fb_clk_div4_en (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_cx0_phy.c2309 unsigned int fb_clk_div4_en; in intel_c20pll_calc_port_clock() local
2323 fb_clk_div4_en = 0; in intel_c20pll_calc_port_clock()
2333 fb_clk_div4_en = REG_FIELD_GET(C20_FB_CLK_DIV4_EN, pll_state->mplla[0]); in intel_c20pll_calc_port_clock()
2341 ref = DIV_ROUND_CLOSEST(refclk * (1 << (1 + fb_clk_div4_en)), 1 << ref_clk_mpllb_div); in intel_c20pll_calc_port_clock()