Searched refs:v_high (Results 1 – 4 of 4) sorted by relevance
65 u8 v_high; /**< upper 4 bits each v_active, v_blank */ member
708 output_dtd.part1.v_high = (((height >> 8) & 0xf) << 4) | in psb_intel_sdvo_mode_set()
73 u8 v_high; /**< upper 4 bits each v_active, v_blank */ member
750 dtd->part1.v_high = (((height >> 8) & 0xf) << 4) | in intel_sdvo_get_dtd_from_mode()785 mode->vdisplay += ((dtd->part1.v_high >> 4) & 0x0f) << 8; in intel_sdvo_get_mode_from_dtd()794 mode->vtotal += (dtd->part1.v_high & 0xf) << 8; in intel_sdvo_get_mode_from_dtd()