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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_sdvo_regs.h71 uint8_t h_high; /**< upper 4 bits each h_active, h_blank */ member in struct:i830_sdvo_dtd::__anon18a586a90108
H A Di830_sdvo.c735 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) |
765 mode->HDisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8;
771 mode->HTotal += (dtd->part1.h_high & 0xf) << 8;

Completed in 7 milliseconds