Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_enc.c339 SUN4I_HDMI_PLL_CTRL_VCO_GAIN(4) |
390 SUN4I_HDMI_PLL_CTRL_VCO_GAIN(4) |
446 SUN4I_HDMI_PLL_CTRL_VCO_GAIN(4) |
Dsun4i_hdmi.h83 #define SUN4I_HDMI_PLL_CTRL_VCO_GAIN(n) (((n) & 7) << 20) macro