Searched refs:SUN4I_TCON1_CTL_CLK_DELAY_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.h129 #define SUN4I_TCON1_CTL_CLK_DELAY_MASK GENMASK(8, 4) macro
130 #define SUN4I_TCON1_CTL_CLK_DELAY(delay) ((delay << 4) & SUN4I_TCON1_CTL_CLK_DELAY_MASK)
H A Dsun4i_tcon.c613 SUN4I_TCON1_CTL_CLK_DELAY_MASK,

Completed in 227 milliseconds