Searched refs:h_sync_width (Results 1 – 3 of 3) sorted by relevance
759 uint32_t val, h_sync_width, h_back_porch, h_front_porch, h_pulse_start; in hdmi_enable() local771 h_sync_width = mode->hsync_end - mode->hsync_start; in hdmi_enable()774 h_pulse_start = 1 + h_sync_width + h_back_porch - 10; in hdmi_enable()775 h_max_ac_packet = (h_sync_width + h_back_porch + h_front_porch - in hdmi_enable()
85 u8 h_sync_width; /**< lower 8 bits (pixels) */ member
800 dtd->part2.h_sync_width = h_sync_len & 0xff; in intel_sdvo_get_dtd_from_mode()827 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width; in intel_sdvo_get_mode_from_dtd()