Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c1524 temp |= PORT_PLL_ENABLE; in bxt_ddi_pll_enable()
1556 temp &= ~PORT_PLL_ENABLE; in bxt_ddi_pll_disable()
1589 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
H A Di915_reg.h1797 #define PORT_PLL_ENABLE (1 << 31) macro