Lines Matching defs:am200_fb_info
87 static struct pxafb_mach_info am200_fb_info = {
150 if ((info->var.xres != am200_fb_info.modes->xres)
151 || (info->var.yres != am200_fb_info.modes->yres))
207 am200_fb_info.modes = &am200_fb_mode_6inch;
210 am200_fb_info.modes = &am200_fb_mode_8inch;
213 am200_fb_info.modes = &am200_fb_mode_9inch7;
218 am200_fb_info.modes = &am200_fb_mode_6inch;
228 fw = am200_fb_info.modes->xres;
229 fh = am200_fb_info.modes->yres;
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw);
250 am200_fb_info.modes->xres /= 2;
252 pxa_set_fb_info(NULL, &am200_fb_info);