Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tcon.h127 #define SUN4I_TCON1_CTL_CLK_DELAY_MASK GENMASK(8, 4) macro
128 #define SUN4I_TCON1_CTL_CLK_DELAY(delay) ((delay << 4) & SUN4I_TCON1_CTL_CLK_DELAY_MASK)
Dsun4i_tcon.c505 SUN4I_TCON1_CTL_CLK_DELAY_MASK, in sun4i_tcon1_mode_set()