Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c2370 unsigned int fb_clk_div4_en; in intel_c20pll_calc_port_clock() local
2384 fb_clk_div4_en = 0; in intel_c20pll_calc_port_clock()
2394 fb_clk_div4_en = REG_FIELD_GET(C20_FB_CLK_DIV4_EN, pll_state->mplla[0]); in intel_c20pll_calc_port_clock()
2402 ref = DIV_ROUND_CLOSEST(refclk * (1 << (1 + fb_clk_div4_en)), 1 << ref_clk_mpllb_div); in intel_c20pll_calc_port_clock()