Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpll_mgr.c1981 temp &= ~PORT_PLL_DCO_AMP_MASK; in bxt_ddi_pll_enable()
2092 PORT_PLL_DCO_AMP_MASK; in bxt_ddi_pll_get_hw_state()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h642 #define PORT_PLL_DCO_AMP_MASK REG_GENMASK(13, 10) macro
643 #define PORT_PLL_DCO_AMP(x) REG_FIELD_PREP(PORT_PLL_DCO_AMP_MASK, (x))