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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_sdvo_regs.h74 uint8_t v_high; /**< upper 4 bits each v_active, v_blank */ member in struct:i830_sdvo_dtd::__anon18a586a90108
H A Di830_sdvo.c739 dtd->part1.v_high = (((height >> 8) & 0xf) << 4) |
774 mode->VDisplay += ((dtd->part1.v_high >> 4) & 0x0f) << 8;
782 mode->VTotal += (dtd->part1.v_high & 0xf) << 8;

Completed in 6 milliseconds