Lines Matching refs:vtotal

1222 			(m->htotal << 12) | m->vtotal);  in hdmi_v13_mode_apply()
1247 val = m->vtotal / 2; in hdmi_v13_mode_apply()
1248 val |= ((m->vtotal - m->vdisplay) / 2) << 11; in hdmi_v13_mode_apply()
1251 val = (m->vtotal + in hdmi_v13_mode_apply()
1253 val |= m->vtotal << 11; in hdmi_v13_mode_apply()
1256 val = ((m->vtotal / 2) + 7); in hdmi_v13_mode_apply()
1257 val |= ((m->vtotal / 2) + 2) << 12; in hdmi_v13_mode_apply()
1266 (m->vtotal - m->vdisplay) / 2); in hdmi_v13_mode_apply()
1271 val = m->vtotal; in hdmi_v13_mode_apply()
1272 val |= (m->vtotal - m->vdisplay) << 11; in hdmi_v13_mode_apply()
1284 m->vtotal - m->vdisplay); in hdmi_v13_mode_apply()
1291 hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal); in hdmi_v13_mode_apply()
1311 hdmi_reg_writev(hdata, HDMI_V_LINE_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1332 hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal / 2); in hdmi_v14_mode_apply()
1334 (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_apply()
1336 m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_apply()
1337 hdmi_reg_writev(hdata, HDMI_V_BLANK_F1_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1339 (m->vtotal / 2) + 7); in hdmi_v14_mode_apply()
1341 (m->vtotal / 2) + 2); in hdmi_v14_mode_apply()
1347 (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_apply()
1350 m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_apply()
1352 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1354 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1356 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1364 hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1366 m->vtotal - m->vdisplay); in hdmi_v14_mode_apply()
1374 m->vtotal - m->vdisplay); in hdmi_v14_mode_apply()
1405 hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal); in hdmi_v14_mode_apply()