Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c210 ~(PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
274 (PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
303 (PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
333 (PORT_PLL_POWER_STATE | PORT_PLL_POWER_ENABLE | in emulate_monitor_status_change()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1836 temp |= PORT_PLL_POWER_ENABLE; in bxt_ddi_pll_enable()
1953 temp &= ~PORT_PLL_POWER_ENABLE; in bxt_ddi_pll_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h1775 #define PORT_PLL_POWER_ENABLE (1 << 26) macro