Searched refs:SUNXI_LCDC_X (Results 1 – 2 of 2) sorted by relevance
90 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()
63 #define SUNXI_LCDC_X(x) (((x) - 1) << 16) macro