Searched refs:v_sync_offset (Results 1 – 4 of 4) sorted by relevance
732 uint16_t h_sync_offset, v_sync_offset; in psb_intel_sdvo_get_dtd_from_mode() local745 v_sync_offset = mode->crtc_vsync_start - mode->crtc_vblank_start; in psb_intel_sdvo_get_dtd_from_mode()759 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in psb_intel_sdvo_get_dtd_from_mode()762 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in psb_intel_sdvo_get_dtd_from_mode()772 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in psb_intel_sdvo_get_dtd_from_mode()
812 uint16_t h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local828 v_sync_offset = mode->vsync_start - mode->vdisplay; in intel_sdvo_get_dtd_from_mode()845 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 | in intel_sdvo_get_dtd_from_mode()848 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) | in intel_sdvo_get_dtd_from_mode()859 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0; in intel_sdvo_get_dtd_from_mode()
436 uint16_t v_sync_offset; member
1051 le16_to_cpu(lvds->lcd_timing.v_sync_offset); in get_embedded_panel_info_v2_1()