Lines Matching refs:vtotal

1208 			(m->htotal << 12) | m->vtotal);  in hdmi_v13_mode_apply()
1233 val = m->vtotal / 2; in hdmi_v13_mode_apply()
1234 val |= ((m->vtotal - m->vdisplay) / 2) << 11; in hdmi_v13_mode_apply()
1237 val = (m->vtotal + in hdmi_v13_mode_apply()
1239 val |= m->vtotal << 11; in hdmi_v13_mode_apply()
1242 val = ((m->vtotal / 2) + 7); in hdmi_v13_mode_apply()
1243 val |= ((m->vtotal / 2) + 2) << 12; in hdmi_v13_mode_apply()
1252 (m->vtotal - m->vdisplay) / 2); in hdmi_v13_mode_apply()
1257 val = m->vtotal; in hdmi_v13_mode_apply()
1258 val |= (m->vtotal - m->vdisplay) << 11; in hdmi_v13_mode_apply()
1270 m->vtotal - m->vdisplay); in hdmi_v13_mode_apply()
1277 hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal); in hdmi_v13_mode_apply()
1297 hdmi_reg_writev(hdata, HDMI_V_LINE_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1318 hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal / 2); in hdmi_v14_mode_apply()
1320 (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_apply()
1322 m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_apply()
1323 hdmi_reg_writev(hdata, HDMI_V_BLANK_F1_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1325 (m->vtotal / 2) + 7); in hdmi_v14_mode_apply()
1327 (m->vtotal / 2) + 2); in hdmi_v14_mode_apply()
1333 (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_apply()
1336 m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_apply()
1338 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1340 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1342 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1350 hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1352 m->vtotal - m->vdisplay); in hdmi_v14_mode_apply()
1360 m->vtotal - m->vdisplay); in hdmi_v14_mode_apply()
1391 hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal); in hdmi_v14_mode_apply()