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

/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_sdvo_regs.h87 u8 sync_off_width_high; member in struct:intel_sdvo_dtd::__anon7664
H A Dintel_sdvo.c778 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |
799 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
801 mode->hsync_end += (dtd->part2.sync_off_width_high & 0x30) << 4;
809 mode->vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;
813 mode->vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4;

Completed in 61 milliseconds