Searched refs:h_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.h70 u8 h_high; /**< upper 4 bits each h_active, h_blank */ member in struct:intel_sdvo_dtd::__anon11237
H A Dintel_sdvo.c758 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) |
788 mode->hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8;
794 mode->htotal += (dtd->part1.h_high & 0xf) << 8;

Completed in 167 milliseconds