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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h85 u8 sync_off_width_high; member in struct:intel_sdvo_dtd::__anon11238
H A Dintel_sdvo.c769 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |
790 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
792 mode->hsync_end += (dtd->part2.sync_off_width_high & 0x30) << 4;
800 mode->vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;
804 mode->vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4;

Completed in 114 milliseconds