Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dvlv_dsi_pll.c140 config->dsi_pll.ctrl |= DSI_PLL_VCO_EN; in vlv_dsi_pll_compute()
160 config->dsi_pll.ctrl & ~DSI_PLL_VCO_EN); in vlv_dsi_pll_enable()
191 tmp &= ~DSI_PLL_VCO_EN; in vlv_dsi_pll_disable()
Dintel_display.c491 cur_state = val & DSI_PLL_VCO_EN; in assert_dsi_pll()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_reg.h1359 #define DSI_PLL_VCO_EN (1 << 31) macro