Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c324 dest0 = video_fb_address + offset; in video_drawchars()
1233 ((unsigned int) video_fb_address + in display_rle8_bitmap()
1246 ((unsigned int) video_fb_address + in display_rle8_bitmap()
1430 fb = (uchar *) (video_fb_address + in video_display_bitmap()
1865 return video_fb_address; in video_logo()
1872 return ((void *) (video_fb_address)); in video_logo()
1987 if ((ulong)video_fb_address >= start && in cfb_fb_is_in_dram()
1988 (ulong)video_fb_address < end) in cfb_fb_is_in_dram()
2001 if (!video_fb_address) in video_clear()
2012 memsetl(video_fb_address, in video_clear()
[all …]