Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/sunxi/
Dlcdc.c91 SUNXI_LCDC_Y(mode->vactive.typ), &lcdc->tcon0_timing_active); in lcdc_tcon0_mode_set()
105 SUNXI_LCDC_Y(mode->vsync_len.typ), &lcdc->tcon0_timing_sync); 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()
189 SUNXI_LCDC_Y(mode->vsync_len.typ), &lcdc->tcon1_timing_sync); in lcdc_tcon1_mode_set()
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dlcdc.h64 #define SUNXI_LCDC_Y(y) (((y) - 1) << 0) macro