Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c663 fb_base = par->tga_fb_base;
868 fb_base = par->tga_fb_base;
946 fb_base = par->tga_fb_base;
1111 void __iomem *tga_fb = par->tga_fb_base;
1208 tga_fb = par->tga_fb_base;
1365 info->fix.smem_start = (size_t) par->tga_fb_base;
1464 par->tga_fb_base = mem_base + fb_offset_presets[tga_type];
1476 info->screen_base = par->tga_fb_base;
/openbmc/linux/include/video/
H A Dtgafb.h204 void __iomem *tga_fb_base; member