Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h100 #define SUNXI_LCDC_TCON1_TIMING_V_TOTAL(n) ((n) << 16) macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c185 writel(SUNXI_LCDC_TCON1_TIMING_V_TOTAL(total) | in lcdc_tcon1_mode_set()