Searched refs:tx_clk_div (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_cx0_phy.c | 2115 unsigned int multiplier, tx_clk_div; in intel_c10pll_dump_hw_state() local 2131 tx_clk_div = REG_FIELD_GET8(C10_PLL15_TXCLKDIV_MASK, hw_state->pll[15]); in intel_c10pll_dump_hw_state() 2133 "multiplier: %u, tx_clk_div: %u.\n", multiplier, tx_clk_div); in intel_c10pll_dump_hw_state() 2307 unsigned int tx_clk_div; in intel_c20pll_calc_port_clock() local 2321 tx_clk_div = REG_FIELD_GET(C20_MPLLB_TX_CLK_DIV_MASK, pll_state->mpllb[0]); in intel_c20pll_calc_port_clock() 2331 tx_clk_div = REG_FIELD_GET(C20_MPLLA_TX_CLK_DIV_MASK, pll_state->mplla[1]); in intel_c20pll_calc_port_clock() 2344 return vco << tx_rate_mult >> tx_clk_div >> tx_rate; in intel_c20pll_calc_port_clock() 2654 unsigned int multiplier, tx_clk_div, hdmi_div, refclk = 38400; in intel_c10pll_calc_port_clock() local 2666 tx_clk_div = REG_FIELD_GET8(C10_PLL15_TXCLKDIV_MASK, pll_state->pll[15]); in intel_c10pll_calc_port_clock() 2671 10 << (tx_clk_div + 16)); in intel_c10pll_calc_port_clock()
|
D | intel_snps_phy.c | 1925 unsigned int multiplier, tx_clk_div, refclk; in intel_mpllb_calc_port_clock() local 1945 tx_clk_div = REG_FIELD_GET(SNPS_PHY_MPLLB_TX_CLK_DIV, pll_state->mpllb_div); in intel_mpllb_calc_port_clock() 1949 10 << (tx_clk_div + 16)); in intel_mpllb_calc_port_clock()
|