Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_cdclk.c1379 ratio = intel_de_read(dev_priv, BXT_DE_PLL_CTL) & BXT_DE_PLL_RATIO_MASK; in bxt_de_pll_readout()
1457 val = intel_de_read(dev_priv, BXT_DE_PLL_CTL); in bxt_de_pll_enable()
1460 intel_de_write(dev_priv, BXT_DE_PLL_CTL, val); in bxt_de_pll_enable()
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c3326 MMIO_D(BXT_DE_PLL_CTL, D_BXT); in init_bxt_mmio_info()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h10687 #define BXT_DE_PLL_CTL _MMIO(0x6d000) macro