Searched refs:SUN4I_HDMI_PLL_DBG0_TMDS_PARENT_MASK (Results 1 – 2 of 2) sorted by relevance
174 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()
93 #define SUN4I_HDMI_PLL_DBG0_TMDS_PARENT_MASK BIT(21) macro