Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_hdmi.c238 u32 h_blank, h_line, h_sync_start, h_sync_end; in hdmi_prepare() local
249 h_line = width + hfp + hsw + hbp; /* total h */ in hdmi_prepare()
295 nx_hdmi_set_reg(0, HDMI_LINK_H_LINE_0, h_line % 256); in hdmi_prepare()
296 nx_hdmi_set_reg(0, HDMI_LINK_H_LINE_1, h_line >> 8); in hdmi_prepare()

Completed in 3 milliseconds