Home
last modified time | relevance | path

Searched refs:de_h_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/meson/
H A Dmeson_venc.c760 unsigned long de_h_end = 0; in meson_venc_hdmi_mode_set() local
942 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
947 writel(de_h_end, in meson_venc_hdmi_mode_set()
967 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
968 if (de_h_end + front_porch_venc >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
972 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1188 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1193 writel(de_h_end, in meson_venc_hdmi_mode_set()
1229 if ((de_h_end + front_porch_venc) >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1230 hs_begin = de_h_end in meson_venc_hdmi_mode_set()
[all …]
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_venc.c966 unsigned long de_h_end = 0; in meson_venc_hdmi_mode_set() local
1162 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1167 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1187 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1188 if (de_h_end + front_porch_venc >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1192 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1409 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1414 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1448 if ((de_h_end + front_porch_venc) >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1449 hs_begin = de_h_end in meson_venc_hdmi_mode_set()
[all …]