Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dsi_pll.c401 dsi_ratio = I915_READ(BXT_DSI_PLL_CTL) & in bxt_get_dsi_pclk()
452 pll_ratio = I915_READ(BXT_DSI_PLL_CTL) & in bxt_dsi_program_clocks()
499 val = I915_READ(BXT_DSI_PLL_CTL); in bxt_configure_dsi_pll()
513 I915_WRITE(BXT_DSI_PLL_CTL, val); in bxt_configure_dsi_pll()
514 POSTING_READ(BXT_DSI_PLL_CTL); in bxt_configure_dsi_pll()
Di915_reg.h7654 #define BXT_DSI_PLL_CTL 0x161000 macro