Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2226 dpll_hw_state->pll10 = PORT_PLL_DCO_AMP(15) | in bxt_ddi_set_dpll_hw_state()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_reg.h643 #define PORT_PLL_DCO_AMP(x) REG_FIELD_PREP(PORT_PLL_DCO_AMP_MASK, (x)) macro