Lines Matching refs:video_fb_address
234 static void *video_fb_address; /* frame buffer address */ variable
326 dest0 = video_fb_address + offset; in video_drawchars()
530 u8 *dest = (u8 *)(video_fb_address) + x + y; in video_invertchar()
1180 fbp = (unsigned char *) ((unsigned int) video_fb_address + in display_rle8_bitmap()
1235 ((unsigned int) video_fb_address + in display_rle8_bitmap()
1248 ((unsigned int) video_fb_address + in display_rle8_bitmap()
1428 fb = (uchar *) (video_fb_address + in video_display_bitmap()
1703 plot_logo_or_black(video_fb_address, video_logo_xpos, video_logo_ypos, in logo_black()
1863 return video_fb_address; in video_logo()
1870 return ((void *) (video_fb_address)); in video_logo()
1875 logo_plot(video_fb_address, video_logo_xpos, video_logo_ypos); in video_logo()
1894 return video_fb_address + video_logo_height * VIDEO_LINE_LEN; in video_logo()
1954 return (video_fb_address + video_logo_height * VIDEO_LINE_LEN); in video_logo()
1969 if ((ulong)video_fb_address >= start && in cfb_fb_is_in_dram()
1970 (ulong)video_fb_address < end) in cfb_fb_is_in_dram()
1974 if ((ulong)video_fb_address >= bd->bi_memstart && in cfb_fb_is_in_dram()
1975 (ulong)video_fb_address < bd->bi_memstart + bd->bi_memsize) in cfb_fb_is_in_dram()
1983 if (!video_fb_address) in video_clear()
1994 memsetl(video_fb_address, in video_clear()
2007 video_fb_address = (void *) VIDEO_FB_ADRS; in cfg_video_init()
2091 video_console_address = video_fb_address; in cfg_video_init()