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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo_regs.h99 u8 sync_off_width_high; member in struct:intel_sdvo_dtd::__anon170
H A Dintel_sdvo.c819 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |
842 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
844 mode->hsync_end += (dtd->part2.sync_off_width_high & 0x30) << 4;
852 mode->vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;
856 mode->vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4;

Completed in 22 milliseconds