Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c488 val |= SUN4I_TCON0_IO_POL_HSYNC_POSITIVE; in sun4i_tcon0_mode_set_lvds()
565 val |= SUN4I_TCON0_IO_POL_HSYNC_POSITIVE; in sun4i_tcon0_mode_set_rgb()
577 SUN4I_TCON0_IO_POL_HSYNC_POSITIVE | in sun4i_tcon0_mode_set_rgb()
681 val |= SUN4I_TCON0_IO_POL_HSYNC_POSITIVE; in sun4i_tcon1_mode_set()
Dsun4i_tcon.h118 #define SUN4I_TCON0_IO_POL_HSYNC_POSITIVE BIT(25) macro