Searched refs:hsync_offset (Results 1 – 2 of 2) sorted by relevance
721 unsigned int hsync_offset, hsync_len; in adv7511_encoder_mode_set() local724 hsync_offset = adj_mode->crtc_hsync_start - in adv7511_encoder_mode_set()737 ((hsync_offset >> 10) & 0x7) << 5); in adv7511_encoder_mode_set()739 (hsync_offset >> 2) & 0xff); in adv7511_encoder_mode_set()741 ((hsync_offset & 0x3) << 6) | in adv7511_encoder_mode_set()
1897 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo; in drm_mode_detailed() local1939 mode->hsync_start = mode->hdisplay + hsync_offset; in drm_mode_detailed()