Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_tmds_clk.c188 writel(reg | SUN4I_HDMI_PLL_DBG0_TMDS_PARENT(index), in sun4i_tmds_set_parent()
H A Dsun4i_hdmi.h92 #define SUN4I_HDMI_PLL_DBG0_TMDS_PARENT(n) (((n) & 1) << 21) macro