Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dvlv_dsi_pll.c197 config->dsi_pll.ctrl |= DSI_PLL_VCO_EN; in vlv_dsi_pll_compute()
225 config->dsi_pll.ctrl & ~DSI_PLL_VCO_EN); in vlv_dsi_pll_enable()
256 tmp &= ~DSI_PLL_VCO_EN; in vlv_dsi_pll_disable()
598 cur_state = vlv_cck_read(i915, CCK_REG_DSI_PLL_CONTROL) & DSI_PLL_VCO_EN; in assert_dsi_pll()
/linux-6.12.1/drivers/gpu/drm/i915/
Dvlv_sideband_reg.h142 #define DSI_PLL_VCO_EN (1 << 31) macro