Lines Matching refs:vtotal

1805 	hdmi_set_reg(core->h_v_line, 3, (m->htotal << 12) | m->vtotal);  in hdmi_v13_mode_set()
1831 val = m->vtotal / 2; in hdmi_v13_mode_set()
1832 val |= ((m->vtotal - m->vdisplay) / 2) << 11; in hdmi_v13_mode_set()
1835 val = (m->vtotal + in hdmi_v13_mode_set()
1837 val |= m->vtotal << 11; in hdmi_v13_mode_set()
1840 val = ((m->vtotal / 2) + 7); in hdmi_v13_mode_set()
1841 val |= ((m->vtotal / 2) + 2) << 12; in hdmi_v13_mode_set()
1849 hdmi_set_reg(tg->vact_st, 2, (m->vtotal - m->vdisplay) / 2); in hdmi_v13_mode_set()
1856 val = m->vtotal; in hdmi_v13_mode_set()
1857 val |= (m->vtotal - m->vdisplay) << 11; in hdmi_v13_mode_set()
1868 hdmi_set_reg(tg->vact_st, 2, m->vtotal - m->vdisplay); in hdmi_v13_mode_set()
1878 hdmi_set_reg(tg->v_fsz, 2, m->vtotal); in hdmi_v13_mode_set()
1902 hdmi_set_reg(core->v_line, 2, m->vtotal); in hdmi_v14_mode_set()
1924 hdmi_set_reg(core->v2_blank, 2, m->vtotal / 2); in hdmi_v14_mode_set()
1925 hdmi_set_reg(core->v1_blank, 2, (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_set()
1926 hdmi_set_reg(core->v_blank_f0, 2, m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_set()
1927 hdmi_set_reg(core->v_blank_f1, 2, m->vtotal); in hdmi_v14_mode_set()
1928 hdmi_set_reg(core->v_sync_line_aft_2, 2, (m->vtotal / 2) + 7); in hdmi_v14_mode_set()
1929 hdmi_set_reg(core->v_sync_line_aft_1, 2, (m->vtotal / 2) + 2); in hdmi_v14_mode_set()
1934 hdmi_set_reg(tg->vact_st, 2, (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_set()
1936 hdmi_set_reg(tg->vact_st2, 2, m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_set()
1937 hdmi_set_reg(tg->vsync2, 2, (m->vtotal / 2) + 1); in hdmi_v14_mode_set()
1938 hdmi_set_reg(tg->vsync_bot_hdmi, 2, (m->vtotal / 2) + 1); in hdmi_v14_mode_set()
1939 hdmi_set_reg(tg->field_bot_hdmi, 2, (m->vtotal / 2) + 1); in hdmi_v14_mode_set()
1948 hdmi_set_reg(core->v2_blank, 2, m->vtotal); in hdmi_v14_mode_set()
1949 hdmi_set_reg(core->v1_blank, 2, m->vtotal - m->vdisplay); in hdmi_v14_mode_set()
1956 hdmi_set_reg(tg->vact_st, 2, m->vtotal - m->vdisplay); in hdmi_v14_mode_set()
1993 hdmi_set_reg(tg->v_fsz, 2, m->vtotal); in hdmi_v14_mode_set()