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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo_regs.h84 u8 h_high; /**< upper 4 bits each h_active, h_blank */ member in struct:intel_sdvo_dtd::__anon169
H A Dintel_sdvo.c808 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) |
840 mode->hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8;
846 mode->htotal += (dtd->part1.h_high & 0xf) << 8;

Completed in 371 milliseconds