Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1902 temp &= ~PORT_PLL_M2_MASK; in bxt_ddi_pll_enable()
2038 hw_state->pll0 &= PORT_PLL_M2_MASK; in bxt_ddi_pll_get_hw_state()
2258 clock.m2 = (pll_state->pll0 & PORT_PLL_M2_MASK) << 22; in bxt_ddi_pll_get_freq()
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dhandlers.c574 clock.m2 = (vgpu_vreg_t(vgpu, BXT_PORT_PLL(phy, ch, 0)) & PORT_PLL_M2_MASK) << 22; in bxt_vgpu_get_dp_bitrate()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_reg.h1825 #define PORT_PLL_M2_MASK 0xFF macro