Searched refs:SUN4I_TCON1_CTL_CLK_DELAY_MASK (Results 1 – 2 of 2) sorted by relevance
129 #define SUN4I_TCON1_CTL_CLK_DELAY_MASK GENMASK(8, 4) macro130 #define SUN4I_TCON1_CTL_CLK_DELAY(delay) ((delay << 4) & SUN4I_TCON1_CTL_CLK_DELAY_MASK)
613 SUN4I_TCON1_CTL_CLK_DELAY_MASK, in sun4i_tcon1_mode_set()