Home
last modified time | relevance | path

Searched refs:fb_phys (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dxilinxfb.c96 u32 fb_phys; member
281 if (pdata->fb_phys) { in xilinxfb_assign()
282 drvdata->fb_phys = pdata->fb_phys; in xilinxfb_assign()
283 drvdata->fb_virt = ioremap(pdata->fb_phys, fbsize); in xilinxfb_assign()
287 &drvdata->fb_phys, in xilinxfb_assign()
300 xilinx_fb_out32(drvdata, REG_FB_ADDR, drvdata->fb_phys); in xilinxfb_assign()
303 if (rc != drvdata->fb_phys) { in xilinxfb_assign()
305 xilinx_fb_out32(drvdata, REG_FB_ADDR, drvdata->fb_phys); in xilinxfb_assign()
319 drvdata->info.fix.smem_start = drvdata->fb_phys; in xilinxfb_assign()
364 drvdata->fb_phys); in xilinxfb_assign()
[all …]
H A Docfb.c64 dma_addr_t fb_phys; member
116 ocfb_writereg(fbdev, OCFB_VBARA, fbdev->fb_phys); in ocfb_setupfb()
119 if (ocfb_readreg(fbdev, OCFB_VBARA) != fbdev->fb_phys) { in ocfb_setupfb()
121 ocfb_writereg(fbdev, OCFB_VBARA, fbdev->fb_phys); in ocfb_setupfb()
326 &fbdev->fb_phys, GFP_KERNEL); in ocfb_probe()
332 fbdev->info.fix.smem_start = fbdev->fb_phys; in ocfb_probe()
366 fbdev->fb_phys); in ocfb_probe()
378 fbdev->fb_virt, fbdev->fb_phys); in ocfb_remove()
H A Dau1100fb.c198 fbdev->regs->lcd_dmaaddr0 = LCD_DMA_SA_N(fbdev->fb_phys); in au1100fb_setmode()
204 fbdev->regs->lcd_dmaaddr1 = LCD_DMA_SA_N(fbdev->fb_phys + in au1100fb_setmode()
208 fbdev->regs->lcd_dmaaddr1 = LCD_DMA_SA_N(fbdev->fb_phys); in au1100fb_setmode()
347 return dma_mmap_coherent(fbdev->dev, vma, fbdev->fb_mem, fbdev->fb_phys, in au1100fb_fb_mmap()
463 &fbdev->fb_phys, GFP_KERNEL); in au1100fb_drv_probe()
470 au1100fb_fix.smem_start = fbdev->fb_phys; in au1100fb_drv_probe()
474 print_dbg("phys=0x%08x, size=%dK", fbdev->fb_phys, fbdev->fb_len / 1024); in au1100fb_drv_probe()
H A Dgxt4500.c617 unsigned long reg_phys, fb_phys; in gxt4500_probe() local
641 fb_phys = pci_resource_start(pdev, 1); in gxt4500_probe()
642 if (!request_mem_region(fb_phys, pci_resource_len(pdev, 1), in gxt4500_probe()
667 info->fix.smem_start = fb_phys; in gxt4500_probe()
728 release_mem_region(fb_phys, pci_resource_len(pdev, 1)); in gxt4500_probe()
H A Dau1200fb.c155 dma_addr_t fb_phys; member
764 lcd->window[plane].winbuf1 = fbdev->fb_phys; in au1200_setlocation()
1240 fbdev->fb_mem, fbdev->fb_phys, fbdev->fb_len); in au1200fb_fb_mmap()
1562 fbi->fix.smem_start = fbdev->fb_phys; in au1200fb_init_fbinfo()
1698 &fbdev->fb_phys, GFP_KERNEL, 0); in au1200fb_drv_probe()
1707 print_dbg("phys=0x%08x, size=%dK", fbdev->fb_phys, fbdev->fb_len / 1024); in au1200fb_drv_probe()
H A Dau1100fb.h110 dma_addr_t fb_phys; member
/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c49 phys_addr_t fb_phys; member
179 unsigned long addr = diu_shared_fb.fb_phys & PAGE_MASK; in mpc512x_release_bootmem()
245 diu_shared_fb.fb_phys = in_le32(vaddr + 4); in mpc512x_init_diu()
287 ret = memblock_reserve(diu_shared_fb.fb_phys, in mpc512x_setup_diu()