Searched refs:hsync_pos (Results 1 – 2 of 2) sorted by relevance
285 bool hsync_pos = mode->flags & DRM_MODE_FLAG_PHSYNC; in vc4_hdmi_encoder_mode_set() local314 (hsync_pos ? VC4_HDMI_HORZA_HPOS : 0) | in vc4_hdmi_encoder_mode_set()333 (hsync_pos ? 0 : VC4_HD_VID_CTL_HSYNC_LOW)); in vc4_hdmi_encoder_mode_set()
818 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local842 hsync_pos = mode->xres + mode->right_margin; in sh_mobile_lcdc_geometry()843 tmp = hsync_pos / 8; /* HSYNP */ in sh_mobile_lcdc_geometry()861 | ((mode->hsync_len & 7) << 8) | (hsync_pos & 7); in sh_mobile_lcdc_geometry()