Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h83 #define SUNXI_LCDC_TCON0_TIMING_H_TOTAL(n) (((n) - 1) << 16) macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c95 writel(SUNXI_LCDC_TCON0_TIMING_H_TOTAL(total) | in lcdc_tcon0_mode_set()