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

/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h70 u8 h_high; /**< upper 4 bits each h_active, h_blank */ member in struct:psb_intel_sdvo_dtd::__anon681
H A Dpsb_intel_sdvo.c744 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) |
774 mode->hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8;
780 mode->htotal += (dtd->part1.h_high & 0xf) << 8;
/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h75 u8 h_high; /**< upper 4 bits each h_active, h_blank */ member in struct:intel_sdvo_dtd::__anon728
H A Dintel_sdvo.c831 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) |
863 mode.hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8;
869 mode.htotal += (dtd->part1.h_high & 0xf) << 8;

Completed in 59 milliseconds