Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dvlv_dsi_pll.c419 tmp = intel_de_read(dev_priv, BXT_MIPI_CLOCK_CTL); in bxt_dsi_program_clocks()
455 intel_de_write(dev_priv, BXT_MIPI_CLOCK_CTL, tmp); in bxt_dsi_program_clocks()
553 tmp = intel_de_read(dev_priv, BXT_MIPI_CLOCK_CTL); in bxt_dsi_reset_clocks()
558 intel_de_write(dev_priv, BXT_MIPI_CLOCK_CTL, tmp); in bxt_dsi_reset_clocks()
/drivers/gpu/drm/i915/
Di915_reg.h11147 #define BXT_MIPI_CLOCK_CTL _MMIO(0x46090) macro