Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c492 val |= SUN4I_TCON0_IO_POL_VSYNC_POSITIVE; in sun4i_tcon0_mode_set_lvds()
574 val |= SUN4I_TCON0_IO_POL_VSYNC_POSITIVE; in sun4i_tcon0_mode_set_rgb()
584 SUN4I_TCON0_IO_POL_VSYNC_POSITIVE | in sun4i_tcon0_mode_set_rgb()
690 val |= SUN4I_TCON0_IO_POL_VSYNC_POSITIVE; in sun4i_tcon1_mode_set()
H A Dsun4i_tcon.h119 #define SUN4I_TCON0_IO_POL_VSYNC_POSITIVE BIT(24) macro