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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo_regs.h77 u8 h_high; /**< upper 4 bits each h_active, h_blank */ member in struct:intel_sdvo_dtd::__anon9885
H A Dintel_sdvo.c792 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) |
824 mode->hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8;
830 mode->htotal += (dtd->part1.h_high & 0xf) << 8;

Completed in 72 milliseconds