Searched refs:fb_base_phys (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | sunxvr2500.c | 22 unsigned long fb_base_phys; member 86 info->fix.smem_start = sp->fb_base_phys; in s3d_set_fbinfo() 152 sp->fb_base_phys = pci_resource_start (pdev, 1); in s3d_pci_register() 185 sp->fb_base = ioremap(sp->fb_base_phys, sp->fb_size); in s3d_pci_register()
|
H A D | sunxvr500.c | 35 unsigned long fb_base_phys; member 211 info->fix.smem_start = ep->fb_base_phys; in e3d_set_fbinfo() 318 ep->fb_base_phys = pci_resource_start (pdev, 0); in e3d_pci_register() 319 ep->fb_base_phys += ep->fb8_0_off; in e3d_pci_register() 351 ep->fb_base = ioremap(ep->fb_base_phys, ep->fb_size); in e3d_pci_register()
|
H A D | sunxvr1000.c | 18 unsigned long fb_base_phys; member 82 info->fix.smem_start = gp->fb_base_phys; in gfb_set_fbinfo() 130 gp->fb_base_phys = op->resource[6].start; in gfb_probe()
|
/openbmc/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfbdrv.c | 433 fbi->fix.smem_start = (unsigned long)par->fb_base_phys; in mb862xxfb_init_fbinfo() 711 par->fb_base_phys = res.start; in of_platform_mb862xx_probe() 719 par->fb_base = ioremap(par->fb_base_phys, par->mapped_vram); in of_platform_mb862xx_probe() 732 (u64)par->fb_base_phys, (ulong)par->mapped_vram); in of_platform_mb862xx_probe() 1030 par->fb_base_phys = pci_resource_start(par->pdev, 0); in mb862xx_pci_probe() 1033 par->mmio_base_phys = par->fb_base_phys + in mb862xx_pci_probe() 1036 par->mmio_base_phys = par->fb_base_phys + in mb862xx_pci_probe() 1043 par->fb_base_phys = pci_resource_start(par->pdev, 2); in mb862xx_pci_probe() 1055 par->fb_base = ioremap(par->fb_base_phys, par->mapped_vram); in mb862xx_pci_probe() 1070 (unsigned long long)par->fb_base_phys, (ulong)par->mapped_vram); in mb862xx_pci_probe()
|
H A D | mb862xxfb.h | 56 resource_size_t fb_base_phys; /* fb base, 36-bit PPC440EPx */ member
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1944 btext_update_display(rinfo->fb_base_phys, mode->xres, mode->yres, in radeonfb_set_par() 1984 info->fix.smem_start = rinfo->fb_base_phys; in radeon_set_fbinfo() 2287 rinfo->fb_base_phys = pci_resource_start (pdev, 0); in radeonfb_pci_register() 2362 rinfo->fb_base = ioremap_wc(rinfo->fb_base_phys, in radeonfb_pci_register() 2462 rinfo->wc_cookie = arch_phys_wc_add(rinfo->fb_base_phys, in radeonfb_pci_register()
|
H A D | radeonfb.h | 297 unsigned long fb_base_phys; member
|