Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_tmds_clk.c174 return ((reg & SUN4I_HDMI_PLL_DBG0_TMDS_PARENT_MASK) >> in sun4i_tmds_get_parent()
187 reg &= ~SUN4I_HDMI_PLL_DBG0_TMDS_PARENT_MASK; in sun4i_tmds_set_parent()
H A Dsun4i_hdmi.h93 #define SUN4I_HDMI_PLL_DBG0_TMDS_PARENT_MASK BIT(21) macro