Home
last modified time | relevance | path

Searched refs:PORT_PLL_ENABLE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c212 PORT_PLL_ENABLE); in emulate_monitor_status_change()
276 PORT_PLL_ENABLE); in emulate_monitor_status_change()
305 PORT_PLL_ENABLE); in emulate_monitor_status_change()
335 PORT_PLL_ENABLE); in emulate_monitor_status_change()
H A Dhandlers.c1563 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1915 temp |= PORT_PLL_ENABLE; in bxt_ddi_pll_enable()
1947 temp &= ~PORT_PLL_ENABLE; in bxt_ddi_pll_disable()
1984 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h1772 #define PORT_PLL_ENABLE (1 << 31) macro