Searched refs:lcd_base (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 54 static void *lcd_base; /* Start of framebuffer memory */ variable 69 flush_dcache_range((ulong)lcd_base, in lcd_sync() 70 (ulong)(lcd_base + lcd_get_size(&line_length))); in lcd_sync() 119 uchar *pix = (uchar *)lcd_base; in test_pattern() 121 ushort *pix = (ushort *)lcd_base; in test_pattern() 154 lcd_base = map_sysmem(gd->fb_base, 0); in drv_lcd_init() 156 lcd_init(lcd_base); in drv_lcd_init() 206 memset((char *)lcd_base, bg_color, lcd_line_length * panel_info.vl_row); in lcd_clear() 208 u32 *ppix = lcd_base; in lcd_clear() 219 lcd_init_console(lcd_base, in lcd_clear() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | sdl.h | 35 int sandbox_sdl_sync(void *lcd_base); 86 static inline int sandbox_sdl_sync(void *lcd_base) in sandbox_sdl_sync() argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mxs/ |
| H A D | clock.h | 49 void mxs_set_lcdclk(uint32_t __maybe_unused lcd_base, uint32_t freq);
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | sdl.c | 88 int sandbox_sdl_sync(void *lcd_base) in sandbox_sdl_sync() argument 92 frame = SDL_CreateRGBSurfaceFrom(lcd_base, sdl.width, sdl.height, in sandbox_sdl_sync()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | clock.c | 312 void mxs_set_lcdclk(uint32_t __maybe_unused lcd_base, uint32_t freq) in mxs_set_lcdclk() argument
|