Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c247 static int cfb_do_flush_cache; variable
553 if (cfb_do_flush_cache) in console_cursor()
1016 if (cfb_do_flush_cache) in cfb_video_putc()
1022 int flush = cfb_do_flush_cache; in cfb_video_puts()
1026 cfb_do_flush_cache = 0; in cfb_video_puts()
1032 cfb_do_flush_cache = flush; in cfb_video_puts()
1682 if (cfb_do_flush_cache) in video_display_bitmap()
2024 cfb_do_flush_cache = cfb_fb_is_in_dram() && dcache_status(); in cfg_video_init()
2114 if (cfb_do_flush_cache) in cfg_video_init()