Home
last modified time | relevance | path

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

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