Searched refs:BXT_PORT_PLL_ENABLE (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | display.c | 214 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(port)) &= in emulate_monitor_status_change() 278 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_A)) |= in emulate_monitor_status_change() 307 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_B)) |= in emulate_monitor_status_change() 337 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_C)) |= in emulate_monitor_status_change()
|
D | handlers.c | 563 temp = vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(port)); in bxt_vgpu_get_dp_bitrate() 2758 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_A), D_BXT, in init_bxt_mmio_info() 2760 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_B), D_BXT, in init_bxt_mmio_info() 2762 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_dpll_mgr.c | 1928 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), 0, PORT_PLL_REF_SEL); in bxt_ddi_pll_enable() 1931 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), in bxt_ddi_pll_enable() 1934 if (wait_for_us((intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)) & in bxt_ddi_pll_enable() 1994 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), 0, PORT_PLL_ENABLE); in bxt_ddi_pll_enable() 1995 intel_de_posting_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1997 if (wait_for_us((intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK), in bxt_ddi_pll_enable() 2023 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), PORT_PLL_ENABLE, 0); in bxt_ddi_pll_disable() 2024 intel_de_posting_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_disable() 2027 intel_de_rmw(dev_priv, BXT_PORT_PLL_ENABLE(port), in bxt_ddi_pll_disable() 2030 if (wait_for_us(!(intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)) & in bxt_ddi_pll_disable() [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 1128 MMIO_D(BXT_PORT_PLL_ENABLE(PORT_A)); in iterate_bxt_mmio() 1129 MMIO_D(BXT_PORT_PLL_ENABLE(PORT_B)); in iterate_bxt_mmio() 1130 MMIO_D(BXT_PORT_PLL_ENABLE(PORT_C)); in iterate_bxt_mmio()
|
D | i915_reg.h | 591 #define BXT_PORT_PLL_ENABLE(port) _MMIO_PORT(port, _PORT_PLL_A, _PORT_PLL_B) macro
|