Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dsi_pll.c376 temp &= ~ESCAPE_CLOCK_DIVIDER_MASK; in vlv_dsi_reset_clocks()
H A Dintel_dsi.c1416 tmp &= ~ESCAPE_CLOCK_DIVIDER_MASK; in intel_dsi_prepare()
H A Di915_reg.h9340 #define ESCAPE_CLOCK_DIVIDER_MASK (3 << 5) macro