Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c90 writel(SUNXI_LCDC_X(mode->hactive.typ) | in lcdc_tcon0_mode_set()
104 writel(SUNXI_LCDC_X(mode->hsync_len.typ) | in lcdc_tcon0_mode_set()
169 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set()
171 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set()
173 writel(SUNXI_LCDC_X(mode->hactive.typ) | SUNXI_LCDC_Y(yres), in lcdc_tcon1_mode_set()
188 writel(SUNXI_LCDC_X(mode->hsync_len.typ) | in lcdc_tcon1_mode_set()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h63 #define SUNXI_LCDC_X(x) (((x) - 1) << 16) macro