Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/i810/
Di810_regs.h148 #define HTOTAL 0x60000 macro
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c3917 I915_READ(HTOTAL(cpu_transcoder))); in ironlake_pch_transcoder_set_timings()
6621 I915_WRITE(HTOTAL(cpu_transcoder), in intel_set_pipe_timings()
6665 tmp = I915_READ(HTOTAL(cpu_transcoder)); in intel_get_pipe_timings()
9355 int htot = I915_READ(HTOTAL(cpu_transcoder)); in intel_crtc_mode_get()
14550 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
Di915_reg.h2647 #define HTOTAL(trans) _TRANSCODER2(trans, _HTOTAL_A) macro