Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/i2c/
H A Dtw9910.c209 #define HSYNC_END 0x0300 macro
382 (HSYNC_END & 0x07F8) >> 3); in tw9910_set_hsync()
391 (HSYNC_END & 0x0007)); in tw9910_set_hsync()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c952 HSYNC_START(hsync_start - 1) | HSYNC_END(hsync_end - 1)); in gen11_dsi_set_transcoder_timings()
H A Dintel_display.c2704 HSYNC_END(adjusted_mode->crtc_hsync_end - 1)); in intel_set_transcoder_timings()
8166 HSYNC_START(656 - 1) | HSYNC_END(752 - 1)); in i830_enable_pipe()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h1130 #define HSYNC_END(hsync_end) REG_FIELD_PREP(HSYNC_END_MASK, (hsync_end)) macro