Searched refs:_MMIO_PIPE2 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_reg_defs.h39 #define _MMIO_PIPE2(pipe, reg) _MMIO(DISPLAY_INFO(dev_priv)->pipe_offsets[(pipe)] - \ macro
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_reg.h2642 #define TRANSCONF(trans) _MMIO_PIPE2((trans), _TRANSACONF)
2643 #define PIPEDSL(pipe) _MMIO_PIPE2(pipe, _PIPEADSL)
2644 #define PIPEFRAME(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEHIGH)
2645 #define PIPEFRAMEPIXEL(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEPIXEL)
2646 #define PIPESTAT(pipe) _MMIO_PIPE2(pipe, _PIPEASTAT)
2650 #define PIPEGCMAX(pipe, i) _MMIO_PIPE2(pipe, _PIPEAGCMAX + (i) * 4) /* u1.16 */
2653 #define PIPE_ARB_CTL(pipe) _MMIO_PIPE2(pipe, _PIPE_ARB_CTL_A)
2704 #define ICL_PIPESTATUS(pipe) _MMIO_PIPE2(pipe, _ICL_PIPE_A_STATUS)
3034 #define PIPE_FRMCOUNT_G4X(pipe) _MMIO_PIPE2(pipe, _PIPEA_FRMCOUNT_G4X)
3035 #define PIPE_FLIPCOUNT_G4X(pipe) _MMIO_PIPE2(pip
[all...]

Completed in 139 milliseconds