Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dlcdc.c137 val |= SUNXI_LCDC_TCON_VSYNC_MASK; in lcdc_tcon0_mode_set()
196 val |= SUNXI_LCDC_TCON_VSYNC_MASK; in lcdc_tcon1_mode_set()
200 SUNXI_LCDC_TCON_VSYNC_MASK | in lcdc_tcon1_mode_set()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h66 #define SUNXI_LCDC_TCON_VSYNC_MASK (1 << 24) macro