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