Searched refs:hsync_offset (Results 1 – 2 of 2) sorted by relevance
670 unsigned int hsync_offset, hsync_len; in adv7511_encoder_mode_set() local673 hsync_offset = adj_mode->crtc_hsync_start - in adv7511_encoder_mode_set()686 ((hsync_offset >> 10) & 0x7) << 5); in adv7511_encoder_mode_set()688 (hsync_offset >> 2) & 0xff); in adv7511_encoder_mode_set()690 ((hsync_offset & 0x3) << 6) | in adv7511_encoder_mode_set()
1878 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo; in drm_mode_detailed() local1920 mode->hsync_start = mode->hdisplay + hsync_offset; in drm_mode_detailed()