Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_regs.h148 #define HTOTAL 0x60000 macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c919 HACTIVE(hactive - 1) | HTOTAL(htotal - 1)); in gen11_dsi_set_transcoder_timings()
H A Dintel_display.c2544 HTOTAL(adjusted_mode->crtc_htotal - 1)); in intel_set_transcoder_timings()
7941 HACTIVE(640 - 1) | HTOTAL(800 - 1)); in i830_enable_pipe()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h1930 #define HTOTAL(htotal) REG_FIELD_PREP(HTOTAL_MASK, (htotal)) macro