Searched refs:sync_off_width_high (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h85 u8 sync_off_width_high; member in struct:psb_intel_sdvo_dtd::__anon4228
H A Dpsb_intel_sdvo.c786 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |
807 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
809 mode->hsync_end += (dtd->part2.sync_off_width_high & 0x30) << 4;
817 mode->vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;
821 mode->vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h96 u8 sync_off_width_high; member in struct:intel_sdvo_dtd::__anon651
H A Dintel_sdvo.c868 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |
891 mode.hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
893 mode.hsync_end += (dtd->part2.sync_off_width_high & 0x30) << 4;
901 mode.vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;
905 mode.vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4;

Completed in 245 milliseconds