Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_enc.c155 SUN4I_HDMI_VID_TIMING_Y(mode->vdisplay), in sun4i_hdmi_mode_set()
160 writel(SUN4I_HDMI_VID_TIMING_X(x) | SUN4I_HDMI_VID_TIMING_Y(y), in sun4i_hdmi_mode_set()
165 writel(SUN4I_HDMI_VID_TIMING_X(x) | SUN4I_HDMI_VID_TIMING_Y(y), in sun4i_hdmi_mode_set()
170 writel(SUN4I_HDMI_VID_TIMING_X(x) | SUN4I_HDMI_VID_TIMING_Y(y), in sun4i_hdmi_mode_set()
Dsun4i_hdmi.h38 #define SUN4I_HDMI_VID_TIMING_Y(y) ((((y) - 1) & GENMASK(11, 0)) << 16) macro