pvr2_fix 149 drivers/video/fbdev/pvr2fb.c static struct fb_fix_screeninfo pvr2_fix = { pvr2_fix 773 drivers/video/fbdev/pvr2fb.c fb_info->screen_base = ioremap_nocache(pvr2_fix.smem_start, pvr2_fix 774 drivers/video/fbdev/pvr2fb.c pvr2_fix.smem_len); pvr2_fix 781 drivers/video/fbdev/pvr2fb.c par->mmio_base = ioremap_nocache(pvr2_fix.mmio_start, pvr2_fix 782 drivers/video/fbdev/pvr2fb.c pvr2_fix.mmio_len); pvr2_fix 788 drivers/video/fbdev/pvr2fb.c fb_memset(fb_info->screen_base, 0, pvr2_fix.smem_len); pvr2_fix 790 drivers/video/fbdev/pvr2fb.c pvr2_fix.ypanstep = nopan ? 0 : 1; pvr2_fix 791 drivers/video/fbdev/pvr2fb.c pvr2_fix.ywrapstep = nowrap ? 0 : 1; pvr2_fix 794 drivers/video/fbdev/pvr2fb.c fb_info->fix = pvr2_fix; pvr2_fix 888 drivers/video/fbdev/pvr2fb.c pvr2_fix.smem_start = 0xa5000000; /* RAM starts here */ pvr2_fix 889 drivers/video/fbdev/pvr2fb.c pvr2_fix.smem_len = 8 << 20; pvr2_fix 891 drivers/video/fbdev/pvr2fb.c pvr2_fix.mmio_start = 0xa05f8000; /* registers start here */ pvr2_fix 892 drivers/video/fbdev/pvr2fb.c pvr2_fix.mmio_len = 0x2000; pvr2_fix 948 drivers/video/fbdev/pvr2fb.c pvr2_fix.smem_start = pci_resource_start(pdev, 0); pvr2_fix 949 drivers/video/fbdev/pvr2fb.c pvr2_fix.smem_len = pci_resource_len(pdev, 0); pvr2_fix 951 drivers/video/fbdev/pvr2fb.c pvr2_fix.mmio_start = pci_resource_start(pdev, 1); pvr2_fix 952 drivers/video/fbdev/pvr2fb.c pvr2_fix.mmio_len = pci_resource_len(pdev, 1);