Lines Matching refs:vtotal

1214 			(m->htotal << 12) | m->vtotal);  in hdmi_v13_mode_apply()
1239 val = m->vtotal / 2; in hdmi_v13_mode_apply()
1240 val |= ((m->vtotal - m->vdisplay) / 2) << 11; in hdmi_v13_mode_apply()
1243 val = (m->vtotal + in hdmi_v13_mode_apply()
1245 val |= m->vtotal << 11; in hdmi_v13_mode_apply()
1248 val = ((m->vtotal / 2) + 7); in hdmi_v13_mode_apply()
1249 val |= ((m->vtotal / 2) + 2) << 12; in hdmi_v13_mode_apply()
1258 (m->vtotal - m->vdisplay) / 2); in hdmi_v13_mode_apply()
1263 val = m->vtotal; in hdmi_v13_mode_apply()
1264 val |= (m->vtotal - m->vdisplay) << 11; in hdmi_v13_mode_apply()
1276 m->vtotal - m->vdisplay); in hdmi_v13_mode_apply()
1283 hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal); in hdmi_v13_mode_apply()
1303 hdmi_reg_writev(hdata, HDMI_V_LINE_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1324 hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal / 2); in hdmi_v14_mode_apply()
1326 (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_apply()
1328 m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_apply()
1329 hdmi_reg_writev(hdata, HDMI_V_BLANK_F1_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1331 (m->vtotal / 2) + 7); in hdmi_v14_mode_apply()
1333 (m->vtotal / 2) + 2); in hdmi_v14_mode_apply()
1339 (m->vtotal - m->vdisplay) / 2); in hdmi_v14_mode_apply()
1342 m->vtotal - m->vdisplay / 2); in hdmi_v14_mode_apply()
1344 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1346 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1348 (m->vtotal / 2) + 1); in hdmi_v14_mode_apply()
1356 hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal); in hdmi_v14_mode_apply()
1358 m->vtotal - m->vdisplay); in hdmi_v14_mode_apply()
1366 m->vtotal - m->vdisplay); in hdmi_v14_mode_apply()
1397 hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal); in hdmi_v14_mode_apply()