hd_start_lines    151 drivers/gpu/drm/meson/meson_overlay.c 	unsigned int hd_start_lines, hd_end_lines;
hd_start_lines    252 drivers/gpu/drm/meson/meson_overlay.c 		hd_start_lines = (-(start) * ratio_x) >> 18;
hd_start_lines    254 drivers/gpu/drm/meson/meson_overlay.c 		hd_start_lines = ((video_left - start) * ratio_x) >> 18;
hd_start_lines    256 drivers/gpu/drm/meson/meson_overlay.c 		hd_start_lines = 0;
hd_start_lines    267 drivers/gpu/drm/meson/meson_overlay.c 	temp = hd_start_lines + (temp_width * ratio_x >> 18);
hd_start_lines    270 drivers/gpu/drm/meson/meson_overlay.c 	priv->viu.vpp_line_in_length = hd_end_lines - hd_start_lines + 1;
hd_start_lines    275 drivers/gpu/drm/meson/meson_overlay.c 	hd_start_lines += crop_top;
hd_start_lines    279 drivers/gpu/drm/meson/meson_overlay.c 		 hsc_startp, hsc_endp, hd_start_lines, hd_end_lines);
hd_start_lines    287 drivers/gpu/drm/meson/meson_overlay.c 	priv->viu.vd1_if0_luma_x0 = VD_X_START(hd_start_lines) |
hd_start_lines    289 drivers/gpu/drm/meson/meson_overlay.c 	priv->viu.vd1_if0_chroma_x0 = VD_X_START(hd_start_lines >> 1) |
hd_start_lines    293 drivers/gpu/drm/meson/meson_overlay.c 			VD_H_WIDTH(hd_end_lines - hd_start_lines + 1) |
hd_start_lines    294 drivers/gpu/drm/meson/meson_overlay.c 			VD_V_WIDTH(hd_end_lines/2 - hd_start_lines/2 + 1);
hd_start_lines    306 drivers/gpu/drm/meson/meson_overlay.c 	priv->viu.vpp_blend_vd2_h_start_end = VD_H_START(hd_start_lines) |
hd_start_lines    319 drivers/gpu/drm/meson/meson_overlay.c 	priv->viu.vpp_line_in_length = hd_end_lines - hd_start_lines + 1;
hd_start_lines    320 drivers/gpu/drm/meson/meson_overlay.c 	priv->viu.vpp_preblend_h_size = hd_end_lines - hd_start_lines + 1;