Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c3752 if (!(tmp & PIPE_SCRAMBLE_RESET_MASK)) in vlv_undo_pipe_scramble_reset()
3770 if (!(tmp & PIPE_SCRAMBLE_RESET_MASK)) { in g4x_undo_pipe_scramble_reset()
Di915_reg.h3322 #define PIPE_SCRAMBLE_RESET_MASK ((1 << 14) | (0x3 << 0)) macro