Searched refs:BXT_PORT_PLL_ENABLE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dpll_mgr.c | 1453 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1455 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable() 1458 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1460 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable() 1462 if (wait_for_us((I915_READ(BXT_PORT_PLL_ENABLE(port)) & in bxt_ddi_pll_enable() 1536 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1538 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable() 1539 POSTING_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable() 1541 if (wait_for_us((I915_READ(BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK), in bxt_ddi_pll_enable() 1568 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_disable() [all …]
|
D | i915_reg.h | 1649 #define BXT_PORT_PLL_ENABLE(port) _MMIO_PORT(port, _PORT_PLL_A, _PORT_PLL_B) macro
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | handlers.c | 3096 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_A), D_BXT, in init_bxt_mmio_info() 3098 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_B), D_BXT, in init_bxt_mmio_info() 3100 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
|