Searched refs:htotal (Results 1 – 4 of 4) sorted by relevance
21 p->timings.htotal = (p->timings.hactive) + (p->timings.hblank); in get_vic()55 p->timings.htotal = (p->timings.hactive) + (p->timings.hblank); in get_vic()
373 venc_total_pixels = (p->timings.htotal / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()793 ((p->timings.htotal << 1) - 1) : (p->timings.htotal - 1)); in init_hdmi_interface()
159 uint32_t htotal; member
226 uint32_t htotal; in dsi_mipi_init() local299 htotal = dsi->std_disp_timing->HActive + dsi->std_disp_timing->HBlanking; in dsi_mipi_init()303 hbp = htotal - hsync_end; in dsi_mipi_init()
Completed in 11 milliseconds