Searched refs:SUN4I_HDMI_PLL_CTRL_DIV (Results 1 – 2 of 2) sorted by relevance
162 writel(reg | SUN4I_HDMI_PLL_CTRL_DIV(div - tmds->div_offset), in sun4i_tmds_set_rate()
87 #define SUN4I_HDMI_PLL_CTRL_DIV(n) (((n) & 0xf) << 4) macro