Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c329 .pll_ctrl_init_val = SUN4I_HDMI_PLL_CTRL_VCO_S(8) |
380 .pll_ctrl_init_val = SUN4I_HDMI_PLL_CTRL_VCO_S(8) |
436 .pll_ctrl_init_val = SUN4I_HDMI_PLL_CTRL_VCO_S(8) |
H A Dsun4i_hdmi.h89 #define SUN4I_HDMI_PLL_CTRL_VCO_S(n) ((n) & 0xf) macro