Searched refs:hsync_pos (Results 1 – 2 of 2) sorted by relevance
500 bool hsync_pos = mode->flags & DRM_MODE_FLAG_PHSYNC; in vc4_hdmi_encoder_enable() local567 (hsync_pos ? VC4_HDMI_HORZA_HPOS : 0) | in vc4_hdmi_encoder_enable()590 (hsync_pos ? 0 : VC4_HD_VID_CTL_HSYNC_LOW)); in vc4_hdmi_encoder_enable()
812 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local836 hsync_pos = mode->xres + mode->right_margin; in sh_mobile_lcdc_geometry()837 tmp = hsync_pos / 8; /* HSYNP */ in sh_mobile_lcdc_geometry()855 | ((mode->hsync_len & 7) << 8) | (hsync_pos & 7); in sh_mobile_lcdc_geometry()