Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c1875 unsigned int multiplier, tx_clk_div; in intel_c10pll_dump_hw_state() local
1891 tx_clk_div = REG_FIELD_GET8(C10_PLL15_TXCLKDIV_MASK, hw_state->pll[15]); in intel_c10pll_dump_hw_state()
1893 "multiplier: %u, tx_clk_div: %u.\n", multiplier, tx_clk_div); in intel_c10pll_dump_hw_state()
2340 unsigned int multiplier, tx_clk_div, hdmi_div, refclk = 38400; in intel_c10pll_calc_port_clock() local
2352 tx_clk_div = REG_FIELD_GET8(C10_PLL15_TXCLKDIV_MASK, pll_state->pll[15]); in intel_c10pll_calc_port_clock()
2357 10 << (tx_clk_div + 16)); in intel_c10pll_calc_port_clock()
2368 unsigned int tx_clk_div; in intel_c20pll_calc_port_clock() local
2382 tx_clk_div = REG_FIELD_GET(C20_MPLLB_TX_CLK_DIV_MASK, pll_state->mpllb[0]); in intel_c20pll_calc_port_clock()
2392 tx_clk_div = REG_FIELD_GET(C20_MPLLA_TX_CLK_DIV_MASK, pll_state->mplla[1]); in intel_c20pll_calc_port_clock()
2405 return vco << tx_rate_mult >> tx_clk_div >> tx_rate; in intel_c20pll_calc_port_clock()
H A Dintel_snps_phy.c1923 unsigned int multiplier, tx_clk_div, refclk; in intel_mpllb_calc_port_clock() local
1943 tx_clk_div = REG_FIELD_GET(SNPS_PHY_MPLLB_TX_CLK_DIV, pll_state->mpllb_div); in intel_mpllb_calc_port_clock()
1947 10 << (tx_clk_div + 16)); in intel_mpllb_calc_port_clock()