Home
last modified time | relevance | path

Searched refs:BXT_DSI_PLL_CTL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_dsi_pll.c216 val = I915_READ(BXT_DSI_PLL_CTL); in bxt_dsi_pll_is_enabled()
345 config->dsi_pll.ctrl = I915_READ(BXT_DSI_PLL_CTL); in bxt_dsi_get_pclk()
542 I915_WRITE(BXT_DSI_PLL_CTL, config->dsi_pll.ctrl); in gen9lp_enable_dsi_pll()
543 POSTING_READ(BXT_DSI_PLL_CTL); in gen9lp_enable_dsi_pll()
HDi915_reg.h8927 #define BXT_DSI_PLL_CTL _MMIO(0x161000) macro