Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
HDintel_dsi_pll.c137 config->dsi_pll.ctrl |= DSI_PLL_VCO_EN; in vlv_compute_dsi_pll()
157 config->dsi_pll.ctrl & ~DSI_PLL_VCO_EN); in vlv_enable_dsi_pll()
188 tmp &= ~DSI_PLL_VCO_EN; in vlv_disable_dsi_pll()
HDi915_reg.h1363 #define DSI_PLL_VCO_EN (1 << 31) macro
HDintel_display.c1101 cur_state = val & DSI_PLL_VCO_EN; in assert_dsi_pll()