Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Ddisplay.c212 ~(PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
276 (PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
305 (PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
335 (PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1860 temp |= PORT_PLL_POWER_ENABLE; in bxt_ddi_pll_enable()
1977 temp &= ~PORT_PLL_POWER_ENABLE; in bxt_ddi_pll_disable()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_reg.h650 #define PORT_PLL_POWER_ENABLE REG_BIT(26) macro