Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dlcdc.h85 #define SUNXI_LCDC_TCON0_TIMING_V_TOTAL(n) (((n) * 2) << 16) macro
/external/u-boot/drivers/video/sunxi/
Dlcdc.c100 writel(SUNXI_LCDC_TCON0_TIMING_V_TOTAL(total) | in lcdc_tcon0_mode_set()