Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c3635 uint32_t tmp = I915_READ(PORT_DFT2_G4X); in vlv_pipe_crc_ctl_reg()
3651 I915_WRITE(PORT_DFT2_G4X, tmp); in vlv_pipe_crc_ctl_reg()
3715 uint32_t tmp = I915_READ(PORT_DFT2_G4X); in i9xx_pipe_crc_ctl_reg()
3727 I915_WRITE(PORT_DFT2_G4X, tmp); in i9xx_pipe_crc_ctl_reg()
3737 uint32_t tmp = I915_READ(PORT_DFT2_G4X); in vlv_undo_pipe_scramble_reset()
3754 I915_WRITE(PORT_DFT2_G4X, tmp); in vlv_undo_pipe_scramble_reset()
3762 uint32_t tmp = I915_READ(PORT_DFT2_G4X); in g4x_undo_pipe_scramble_reset()
3768 I915_WRITE(PORT_DFT2_G4X, tmp); in g4x_undo_pipe_scramble_reset()
Di915_reg.h3320 #define PORT_DFT2_G4X (dev_priv->info.display_mmio_offset + 0x61154) macro