Searched refs:lcd_base (Results 1 – 5 of 5) sorted by relevance
73 flush_dcache_range((ulong)lcd_base, in lcd_sync()74 (ulong)(lcd_base + lcd_get_size(&line_length))); in lcd_sync()123 uchar *pix = (uchar *)lcd_base; in test_pattern()125 ushort *pix = (ushort *)lcd_base; in test_pattern()158 lcd_base = map_sysmem(gd->fb_base, 0); in drv_lcd_init()160 lcd_init(lcd_base); in drv_lcd_init()211 u32 *ppix = lcd_base; in lcd_clear()222 lcd_init_console(lcd_base, in lcd_clear()257 lcd_base = map_sysmem(gd->fb_base, 0); in lcd_init()480 fb = (uchar *) (lcd_base + (y + y_off - 1) in lcd_display_rle8_bitmap()[all …]
37 int sandbox_sdl_sync(void *lcd_base);90 static inline int sandbox_sdl_sync(void *lcd_base) in sandbox_sdl_sync() argument
48 void mxs_set_lcdclk(uint32_t __maybe_unused lcd_base, uint32_t freq);
165 int sandbox_sdl_sync(void *lcd_base) in sandbox_sdl_sync() argument167 SDL_UpdateTexture(sdl.texture, NULL, lcd_base, sdl.pitch); in sandbox_sdl_sync()
312 void mxs_set_lcdclk(uint32_t __maybe_unused lcd_base, uint32_t freq) in mxs_set_lcdclk() argument
Completed in 12 milliseconds