Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_display.c4398 I915_READ(HTOTAL(cpu_transcoder))); in ironlake_pch_transcoder_set_timings()
6970 I915_WRITE(HTOTAL(cpu_transcoder), in intel_set_pipe_timings()
7022 tmp = I915_READ(HTOTAL(cpu_transcoder)); in intel_get_pipe_timings()
14644 I915_WRITE(HTOTAL(pipe), (640 - 1) | ((800 - 1) << 16)); in i830_enable_pipe()
15449 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
H A Di915_reg.h3943 #define HTOTAL(trans) _MMIO_TRANS2(trans, _HTOTAL_A) macro