Searched refs:h_sync_offset (Results 1 – 2 of 2) sorted by relevance
678 u16 h_sync_offset, v_sync_offset; in psb_intel_sdvo_mode_set() local698 h_sync_offset = mode->crtc_hsync_start - mode->crtc_hblank_start; in psb_intel_sdvo_mode_set()711 output_dtd.part2.h_sync_off = h_sync_offset; in psb_intel_sdvo_mode_set()716 ((h_sync_offset & 0x300) >> 2) | ((h_sync_len & 0x300) >> 4) | in psb_intel_sdvo_mode_set()
728 uint16_t h_sync_offset, v_sync_offset; in intel_sdvo_get_dtd_from_mode() local740 h_sync_offset = mode->crtc_hsync_start - mode->crtc_hblank_start; in intel_sdvo_get_dtd_from_mode()753 dtd->part2.h_sync_off = h_sync_offset & 0xff; in intel_sdvo_get_dtd_from_mode()757 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) | in intel_sdvo_get_dtd_from_mode()