Searched refs:BXT_PORT_PLL_ENABLE (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/gvt/ |
D | display.c | 210 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(port)) &= in emulate_monitor_status_change() 274 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_A)) |= in emulate_monitor_status_change() 303 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_B)) |= in emulate_monitor_status_change() 333 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_C)) |= in emulate_monitor_status_change()
|
D | handlers.c | 566 temp = vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(port)); in bxt_vgpu_get_dp_bitrate() 3482 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_A), D_BXT, in init_bxt_mmio_info() 3484 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_B), D_BXT, in init_bxt_mmio_info() 3486 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
|
/drivers/gpu/drm/i915/display/ |
D | intel_dpll_mgr.c | 1874 temp = intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1876 intel_de_write(dev_priv, BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable() 1879 temp = intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1881 intel_de_write(dev_priv, BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable() 1883 if (wait_for_us((intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)) & in bxt_ddi_pll_enable() 1958 temp = intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1960 intel_de_write(dev_priv, BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable() 1961 intel_de_posting_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1963 if (wait_for_us((intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK), in bxt_ddi_pll_enable() 1990 temp = intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_disable() [all …]
|
/drivers/gpu/drm/i915/ |
D | i915_reg.h | 1797 #define BXT_PORT_PLL_ENABLE(port) _MMIO_PORT(port, _PORT_PLL_A, _PORT_PLL_B) macro
|