Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c1764 dpll_hw_state->pll6 |= PORT_PLL_GAIN_CTL(gain_ctl); in bxt_ddi_set_dpll_hw_state()
H A Di915_reg.h1844 #define PORT_PLL_GAIN_CTL(x) ((x) << 16) macro