Home
last modified time | relevance | path

Searched refs:sunxi_lcdc_reg (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dlcdc.h14 struct sunxi_lcdc_reg { struct
117 void lcdc_init(struct sunxi_lcdc_reg * const lcdc);
118 void lcdc_enable(struct sunxi_lcdc_reg * const lcdc, int depth);
119 void lcdc_tcon0_mode_set(struct sunxi_lcdc_reg * const lcdc,
123 void lcdc_tcon1_mode_set(struct sunxi_lcdc_reg * const lcdc,
/external/u-boot/drivers/video/sunxi/
Dlcdc.c30 void lcdc_init(struct sunxi_lcdc_reg * const lcdc) in lcdc_init()
44 void lcdc_enable(struct sunxi_lcdc_reg * const lcdc, int depth) in lcdc_enable()
70 void lcdc_tcon0_mode_set(struct sunxi_lcdc_reg * const lcdc, in lcdc_tcon0_mode_set()
148 void lcdc_tcon1_mode_set(struct sunxi_lcdc_reg * const lcdc, in lcdc_tcon1_mode_set()
Dsunxi_lcd.c42 struct sunxi_lcdc_reg * const lcdc = in sunxi_lcd_enable()
43 (struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE; in sunxi_lcd_enable()
Dsunxi_display.c528 struct sunxi_lcdc_reg * const lcdc = in sunxi_lcdc_init()
529 (struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE; in sunxi_lcdc_init()
650 struct sunxi_lcdc_reg * const lcdc =
651 (struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE;
686 struct sunxi_lcdc_reg * const lcdc =
687 (struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE;
931 struct sunxi_lcdc_reg * const lcdc =
932 (struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE;
Dsunxi_dw_hdmi.c259 struct sunxi_lcdc_reg *lcdc; in sunxi_dw_hdmi_lcdc_init()
262 lcdc = (struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE; in sunxi_dw_hdmi_lcdc_init()
272 lcdc = (struct sunxi_lcdc_reg *)SUNXI_LCD1_BASE; in sunxi_dw_hdmi_lcdc_init()