Searched refs:__fb_info (Results 1 – 1 of 1) sorted by relevance
22 static struct multiboot_tag_framebuffer_info_t __fb_info; variable39 …rs_map_phys(video_frame_buffer_info.vaddr, __fb_info.framebuffer_addr, video_frame_buffer_info.siz… in init_frame_buffer()155 memset(&__fb_info, 0, sizeof(struct multiboot_tag_framebuffer_info_t)); in video_init()161 multiboot2_iter(multiboot2_get_Framebuffer_info, &__fb_info, &reserved); in video_init()165 if (__fb_info.framebuffer_type == 2) in video_init()172 video_frame_buffer_info.bit_depth = __fb_info.framebuffer_bpp; in video_init()177 video_frame_buffer_info.width = __fb_info.framebuffer_width; in video_init()178 video_frame_buffer_info.height = __fb_info.framebuffer_height; in video_init()188 …rs_pseudo_map_phys(video_frame_buffer_info.vaddr, __fb_info.framebuffer_addr, video_frame_buffer_i… in video_init()