Searched refs:mmio_base_phys (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h56 resource_size_t mmio_base_phys; /* io base addr */ member in struct:mb862xxfb_par
H A Dmb862xxfbdrv.c436 fbi->fix.mmio_start = (unsigned long)par->mmio_base_phys; mb862xxfb_init_fbinfo()
716 par->mmio_base_phys = res.start + MB862XX_MMIO_BASE; of_platform_mb862xx_probe()
729 par->mmio_base = ioremap(par->mmio_base_phys, par->mmio_len); of_platform_mb862xx_probe()
738 (u64)par->mmio_base_phys, (ulong)par->mmio_len, par->irq); of_platform_mb862xx_probe()
1035 par->mmio_base_phys = par->fb_base_phys + mb862xx_pci_probe()
1038 par->mmio_base_phys = par->fb_base_phys + mb862xx_pci_probe()
1046 par->mmio_base_phys = pci_resource_start(par->pdev, 3); mb862xx_pci_probe()
1064 par->mmio_base = ioremap(par->mmio_base_phys, par->mmio_len); mb862xx_pci_probe()
1074 (unsigned long long)par->mmio_base_phys, (ulong)par->mmio_len); mb862xx_pci_probe()
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c454 release_mem_region(dinfo->mmio_base_phys, INTEL_REG_SIZE); cleanup()
540 dinfo->mmio_base_phys = pci_resource_start(pdev, mmio_bar); intelfb_pci_register()
557 if (!request_mem_region(dinfo->mmio_base_phys, intelfb_pci_register()
658 (u8 __iomem *)ioremap_nocache(dinfo->mmio_base_phys, intelfb_pci_register()
751 dinfo->mmio_base_phys, INTEL_REG_SIZE, intelfb_pci_register()
1115 info->fix.mmio_start = dinfo->mmio_base_phys; intelfb_set_fbinfo()
H A Dintelfb.h297 u32 mmio_base_phys; member in struct:intelfb_info
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeonfb.h295 unsigned long mmio_base_phys; member in struct:radeonfb_info
H A Dradeon_base.c2013 info->fix.mmio_start = rinfo->mmio_base_phys; radeon_set_fbinfo()
2316 rinfo->mmio_base_phys = pci_resource_start (pdev, 2); radeonfb_pci_register()
2334 rinfo->mmio_base = ioremap(rinfo->mmio_base_phys, RADEON_REGSIZE); radeonfb_pci_register()

Completed in 175 milliseconds