Searched refs:_MMIO_PIPE2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_reg.h | 5649 #define _MMIO_PIPE2(pipe, reg) _MMIO(dev_priv->info.pipe_offsets[pipe] - \ macro 5653 #define PIPECONF(pipe) _MMIO_PIPE2(pipe, _PIPEACONF) 5654 #define PIPEDSL(pipe) _MMIO_PIPE2(pipe, _PIPEADSL) 5655 #define PIPEFRAME(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEHIGH) 5656 #define PIPEFRAMEPIXEL(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEPIXEL) 5657 #define PIPESTAT(pipe) _MMIO_PIPE2(pipe, _PIPEASTAT) 5672 #define PIPEMISC(pipe) _MMIO_PIPE2(pipe, _PIPE_MISC_A) 6049 #define PIPE_FRMCOUNT_G4X(pipe) _MMIO_PIPE2(pipe, _PIPEA_FRMCOUNT_G4X) 6050 #define PIPE_FLIPCOUNT_G4X(pipe) _MMIO_PIPE2(pipe, _PIPEA_FLIPCOUNT_G4X) 6162 #define DSPCNTR(plane) _MMIO_PIPE2(plane, _DSPACNTR) [all …]
|