Lines Matching refs:video_fb_address
233 static void *video_fb_address; /* frame buffer address */ variable
325 dest0 = video_fb_address + offset; in video_drawchars()
529 u8 *dest = (u8 *)(video_fb_address) + x + y; in video_invertchar()
1179 fbp = (unsigned char *) ((unsigned int) video_fb_address + in display_rle8_bitmap()
1234 ((unsigned int) video_fb_address + in display_rle8_bitmap()
1247 ((unsigned int) video_fb_address + in display_rle8_bitmap()
1427 fb = (uchar *) (video_fb_address + in video_display_bitmap()
1702 plot_logo_or_black(video_fb_address, video_logo_xpos, video_logo_ypos, in logo_black()
1862 return video_fb_address; in video_logo()
1869 return ((void *) (video_fb_address)); in video_logo()
1874 logo_plot(video_fb_address, video_logo_xpos, video_logo_ypos); in video_logo()
1893 return video_fb_address + video_logo_height * VIDEO_LINE_LEN; in video_logo()
1969 return (video_fb_address + video_logo_height * VIDEO_LINE_LEN); in video_logo()
1984 if ((ulong)video_fb_address >= start && in cfb_fb_is_in_dram()
1985 (ulong)video_fb_address < end) in cfb_fb_is_in_dram()
1989 if ((ulong)video_fb_address >= bd->bi_memstart && in cfb_fb_is_in_dram()
1990 (ulong)video_fb_address < bd->bi_memstart + bd->bi_memsize) in cfb_fb_is_in_dram()
1998 if (!video_fb_address) in video_clear()
2009 memsetl(video_fb_address, in video_clear()
2022 video_fb_address = (void *) VIDEO_FB_ADRS; in cfg_video_init()
2107 video_console_address = video_fb_address; in cfg_video_init()