Searched refs:h_blank (Results 1 – 2 of 2) sorted by relevance
238 u32 h_blank, h_line, h_sync_start, h_sync_end; in hdmi_prepare() local245 h_blank = hfp + hsw + hbp; in hdmi_prepare()287 nx_hdmi_set_reg(0, HDMI_LINK_H_BLANK_0, h_blank % 256); in hdmi_prepare()288 nx_hdmi_set_reg(0, HDMI_LINK_H_BLANK_1, h_blank >> 8); in hdmi_prepare()
2010 u16 h_blank; in set_line_reset() local2015 h_blank = msa_config->h_total - msa_config->h_active; in set_line_reset()2024 if (h_blank < h_reduced_blank && in set_line_reset()2025 (h_blank == 80 || h_blank == 160)) { in set_line_reset()
Completed in 7 milliseconds