Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/i810/
Di810_regs.h148 #define HTOTAL 0x60000 macro
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c4078 I915_READ(HTOTAL(cpu_transcoder))); in ironlake_pch_transcoder_set_timings()
7728 I915_WRITE(HTOTAL(cpu_transcoder), in intel_set_pipe_timings()
7772 tmp = I915_READ(HTOTAL(cpu_transcoder)); in intel_get_pipe_timings()
10679 int htot = I915_READ(HTOTAL(cpu_transcoder)); in intel_crtc_mode_get()
15742 error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
Di915_reg.h3037 #define HTOTAL(trans) _TRANSCODER2(trans, _HTOTAL_A) macro