Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h70 u8 h_high; /**< upper 4 bits each h_active, h_blank */ member
H A Dpsb_intel_sdvo.c775 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) | in psb_intel_sdvo_get_dtd_from_mode()
805 mode->hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8; in psb_intel_sdvo_get_mode_from_dtd()
811 mode->htotal += (dtd->part1.h_high & 0xf) << 8; in psb_intel_sdvo_get_mode_from_dtd()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h81 u8 h_high; /* upper 4 bits each h_active, h_blank */ member
H A Dintel_sdvo.c855 dtd->part1.h_high = (((width >> 8) & 0xf) << 4) | in intel_sdvo_get_dtd_from_mode()
887 mode.hdisplay += ((dtd->part1.h_high >> 4) & 0x0f) << 8; in intel_sdvo_get_mode_from_dtd()
893 mode.htotal += (dtd->part1.h_high & 0xf) << 8; in intel_sdvo_get_mode_from_dtd()