hitfb_fix          40 drivers/video/fbdev/hitfb.c static struct fb_fix_screeninfo hitfb_fix = {
hitfb_fix         336 drivers/video/fbdev/hitfb.c 	hitfb_fix.mmio_start = HD64461_IO_OFFSET(0x1000);
hitfb_fix         337 drivers/video/fbdev/hitfb.c 	hitfb_fix.mmio_len = 0x1000;
hitfb_fix         338 drivers/video/fbdev/hitfb.c 	hitfb_fix.smem_start = HD64461_IO_OFFSET(0x02000000);
hitfb_fix         339 drivers/video/fbdev/hitfb.c 	hitfb_fix.smem_len = 512 * 1024;
hitfb_fix         356 drivers/video/fbdev/hitfb.c 	hitfb_fix.line_length = lcdclor;
hitfb_fix         357 drivers/video/fbdev/hitfb.c 	hitfb_fix.visual = (hitfb_var.bits_per_pixel == 8) ?
hitfb_fix         361 drivers/video/fbdev/hitfb.c 	hitfb_var.yres_virtual = hitfb_fix.smem_len / lcdclor;
hitfb_fix         391 drivers/video/fbdev/hitfb.c 	info->fix = hitfb_fix;
hitfb_fix         396 drivers/video/fbdev/hitfb.c 	info->screen_base = (void *)hitfb_fix.smem_start;