fb_phys            63 arch/powerpc/platforms/512x/mpc512x_shared.c 	phys_addr_t	fb_phys;
fb_phys           193 arch/powerpc/platforms/512x/mpc512x_shared.c 	unsigned long addr = diu_shared_fb.fb_phys & PAGE_MASK;
fb_phys           259 arch/powerpc/platforms/512x/mpc512x_shared.c 	diu_shared_fb.fb_phys = in_le32(vaddr + 4);
fb_phys           301 arch/powerpc/platforms/512x/mpc512x_shared.c 		ret = memblock_reserve(diu_shared_fb.fb_phys,
fb_phys           198 drivers/video/fbdev/au1100fb.c 	fbdev->regs->lcd_dmaaddr0 = LCD_DMA_SA_N(fbdev->fb_phys);
fb_phys           204 drivers/video/fbdev/au1100fb.c 			fbdev->regs->lcd_dmaaddr1 = LCD_DMA_SA_N(fbdev->fb_phys +
fb_phys           208 drivers/video/fbdev/au1100fb.c 			fbdev->regs->lcd_dmaaddr1 = LCD_DMA_SA_N(fbdev->fb_phys);
fb_phys           347 drivers/video/fbdev/au1100fb.c 	return dma_mmap_coherent(fbdev->dev, vma, fbdev->fb_mem, fbdev->fb_phys,
fb_phys           463 drivers/video/fbdev/au1100fb.c 					    &fbdev->fb_phys, GFP_KERNEL);
fb_phys           470 drivers/video/fbdev/au1100fb.c 	au1100fb_fix.smem_start = fbdev->fb_phys;
fb_phys           474 drivers/video/fbdev/au1100fb.c 	print_dbg("phys=0x%08x, size=%dK", fbdev->fb_phys, fbdev->fb_len / 1024);
fb_phys           110 drivers/video/fbdev/au1100fb.h 	dma_addr_t    		fb_phys;
fb_phys           155 drivers/video/fbdev/au1200fb.c 	dma_addr_t    		fb_phys;
fb_phys           764 drivers/video/fbdev/au1200fb.c 	lcd->window[plane].winbuf1 = fbdev->fb_phys;
fb_phys          1236 drivers/video/fbdev/au1200fb.c 	return dma_mmap_attrs(fbdev->dev, vma, fbdev->fb_mem, fbdev->fb_phys,
fb_phys          1559 drivers/video/fbdev/au1200fb.c 	fbi->fix.smem_start = fbdev->fb_phys;
fb_phys          1695 drivers/video/fbdev/au1200fb.c 				&fbdev->fb_phys, GFP_KERNEL, 0);
fb_phys          1704 drivers/video/fbdev/au1200fb.c 		print_dbg("phys=0x%08x, size=%dK", fbdev->fb_phys, fbdev->fb_len / 1024);
fb_phys           618 drivers/video/fbdev/gxt4500.c 	unsigned long reg_phys, fb_phys;
fb_phys           638 drivers/video/fbdev/gxt4500.c 	fb_phys = pci_resource_start(pdev, 1);
fb_phys           639 drivers/video/fbdev/gxt4500.c 	if (!request_mem_region(fb_phys, pci_resource_len(pdev, 1),
fb_phys           664 drivers/video/fbdev/gxt4500.c 	info->fix.smem_start = fb_phys;
fb_phys           726 drivers/video/fbdev/gxt4500.c 	release_mem_region(fb_phys, pci_resource_len(pdev, 1));
fb_phys            64 drivers/video/fbdev/ocfb.c 	dma_addr_t fb_phys;
fb_phys           116 drivers/video/fbdev/ocfb.c 	ocfb_writereg(fbdev, OCFB_VBARA, fbdev->fb_phys);
fb_phys           119 drivers/video/fbdev/ocfb.c 	if (ocfb_readreg(fbdev, OCFB_VBARA) != fbdev->fb_phys) {
fb_phys           121 drivers/video/fbdev/ocfb.c 		ocfb_writereg(fbdev, OCFB_VBARA, fbdev->fb_phys);
fb_phys           335 drivers/video/fbdev/ocfb.c 					    &fbdev->fb_phys, GFP_KERNEL);
fb_phys           341 drivers/video/fbdev/ocfb.c 	fbdev->info.fix.smem_start = fbdev->fb_phys;
fb_phys           375 drivers/video/fbdev/ocfb.c 			  fbdev->fb_phys);
fb_phys           387 drivers/video/fbdev/ocfb.c 			  fbdev->fb_virt, fbdev->fb_phys);
fb_phys            97 drivers/video/fbdev/xilinxfb.c 	u32 fb_phys;
fb_phys           148 drivers/video/fbdev/xilinxfb.c 	dma_addr_t	fb_phys;	/* phys. address of the frame buffer */
fb_phys           283 drivers/video/fbdev/xilinxfb.c 	if (pdata->fb_phys) {
fb_phys           284 drivers/video/fbdev/xilinxfb.c 		drvdata->fb_phys = pdata->fb_phys;
fb_phys           285 drivers/video/fbdev/xilinxfb.c 		drvdata->fb_virt = ioremap(pdata->fb_phys, fbsize);
fb_phys           289 drivers/video/fbdev/xilinxfb.c 						      &drvdata->fb_phys,
fb_phys           302 drivers/video/fbdev/xilinxfb.c 	xilinx_fb_out32(drvdata, REG_FB_ADDR, drvdata->fb_phys);
fb_phys           305 drivers/video/fbdev/xilinxfb.c 	if (rc != drvdata->fb_phys) {
fb_phys           307 drivers/video/fbdev/xilinxfb.c 		xilinx_fb_out32(drvdata, REG_FB_ADDR, drvdata->fb_phys);
fb_phys           321 drivers/video/fbdev/xilinxfb.c 	drvdata->info.fix.smem_start = drvdata->fb_phys;
fb_phys           357 drivers/video/fbdev/xilinxfb.c 		(unsigned long long)drvdata->fb_phys, drvdata->fb_virt, fbsize);
fb_phys           367 drivers/video/fbdev/xilinxfb.c 				  drvdata->fb_phys);
fb_phys           391 drivers/video/fbdev/xilinxfb.c 				  drvdata->fb_virt, drvdata->fb_phys);