Searched refs:fb_base_phys (Results 1 – 6 of 6) sorted by relevance
/drivers/video/ |
D | sunxvr2500.c | 21 unsigned long fb_base_phys; member 88 info->fix.smem_start = sp->fb_base_phys; in s3d_set_fbinfo() 151 sp->fb_base_phys = pci_resource_start (pdev, 1); in s3d_pci_register() 184 sp->fb_base = ioremap(sp->fb_base_phys, sp->fb_size); in s3d_pci_register()
|
D | sunxvr500.c | 34 unsigned long fb_base_phys; member 211 info->fix.smem_start = ep->fb_base_phys; in e3d_set_fbinfo() 303 ep->fb_base_phys = pci_resource_start (pdev, 0); in e3d_pci_register() 304 ep->fb_base_phys += ep->fb8_0_off; in e3d_pci_register() 336 ep->fb_base = ioremap(ep->fb_base_phys, ep->fb_size); in e3d_pci_register()
|
/drivers/video/mb862xx/ |
D | mb862xxfb.c | 345 fbi->fix.smem_start = (unsigned long)par->fb_base_phys; in mb862xxfb_init_fbinfo() 597 par->fb_base_phys = res.start; in of_platform_mb862xx_probe() 605 par->fb_base = ioremap(par->fb_base_phys, par->mapped_vram); in of_platform_mb862xx_probe() 618 (u64)par->fb_base_phys, (ulong)par->mapped_vram); in of_platform_mb862xx_probe() 898 par->fb_base_phys = pci_resource_start(par->pdev, 0); in mb862xx_pci_probe() 900 par->mmio_base_phys = par->fb_base_phys + MB862XX_MMIO_BASE; in mb862xx_pci_probe() 905 par->fb_base_phys = pci_resource_start(par->pdev, 2); in mb862xx_pci_probe() 916 par->fb_base = ioremap(par->fb_base_phys, par->mapped_vram); in mb862xx_pci_probe() 930 (unsigned long long)par->fb_base_phys, (ulong)par->mapped_vram); in mb862xx_pci_probe()
|
D | mb862xxfb.h | 35 resource_size_t fb_base_phys; /* fb base, 36-bit PPC440EPx */ member
|
/drivers/video/aty/ |
D | radeon_base.c | 1846 btext_update_display(rinfo->fb_base_phys, mode->xres, mode->yres, in radeonfb_set_par() 1887 info->fix.smem_start = rinfo->fb_base_phys; in radeon_set_fbinfo() 2197 rinfo->fb_base_phys = pci_resource_start (pdev, 0); in radeonfb_pci_register() 2268 rinfo->fb_base = ioremap (rinfo->fb_base_phys, in radeonfb_pci_register() 2368 rinfo->mtrr_hdl = nomtrr ? -1 : mtrr_add(rinfo->fb_base_phys, in radeonfb_pci_register()
|
D | radeonfb.h | 296 unsigned long fb_base_phys; member
|