Lines Matching refs:htotal
1804 hdmi_set_reg(core->h_blank, 2, m->htotal - m->hdisplay); in hdmi_v13_mode_set()
1805 hdmi_set_reg(core->h_v_line, 3, (m->htotal << 12) | m->vtotal); in hdmi_v13_mode_set()
1844 val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v13_mode_set()
1845 val |= ((m->htotal / 2) + in hdmi_v13_mode_set()
1875 hdmi_set_reg(tg->h_fsz, 2, m->htotal); in hdmi_v13_mode_set()
1876 hdmi_set_reg(tg->hact_st, 2, m->htotal - m->hdisplay); in hdmi_v13_mode_set()
1901 hdmi_set_reg(core->h_blank, 2, m->htotal - m->hdisplay); in hdmi_v14_mode_set()
1903 hdmi_set_reg(core->h_line, 2, m->htotal); in hdmi_v14_mode_set()
1931 (m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v14_mode_set()
1933 (m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v14_mode_set()
1990 hdmi_set_reg(tg->h_fsz, 2, m->htotal); in hdmi_v14_mode_set()
1991 hdmi_set_reg(tg->hact_st, 2, m->htotal - m->hdisplay); in hdmi_v14_mode_set()