Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1516 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
1518 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable()
1521 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
1523 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable()
1525 if (wait_for_us((I915_READ(BXT_PORT_PLL_ENABLE(port)) & in bxt_ddi_pll_enable()
1599 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
1601 I915_WRITE(BXT_PORT_PLL_ENABLE(port), temp); in bxt_ddi_pll_enable()
1602 POSTING_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_enable()
1604 if (wait_for_us((I915_READ(BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK), in bxt_ddi_pll_enable()
1631 temp = I915_READ(BXT_PORT_PLL_ENABLE(port)); in bxt_ddi_pll_disable()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c3151 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_A), D_BXT, in init_bxt_mmio_info()
3153 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_B), D_BXT, in init_bxt_mmio_info()
3155 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h1664 #define BXT_PORT_PLL_ENABLE(port) _MMIO_PORT(port, _PORT_PLL_A, _PORT_PLL_B) macro