Searched refs:mmio_start_phys (Results 1 – 2 of 2) sorted by relevance
268 unsigned long mmio_start_phys; member
1120 fix->mmio_start = par->mmio_start_phys; in encode_fix()1852 par->mmio_start_phys = pci_resource_start(par->dev, 1); in i810_allocate_pci_resource()1856 par->mmio_start_phys = pci_resource_start(par->dev, 0); in i810_allocate_pci_resource()1878 if (!request_mem_region(par->mmio_start_phys, in i810_allocate_pci_resource()1886 par->mmio_start_virtual = ioremap_nocache(par->mmio_start_phys, in i810_allocate_pci_resource()2120 release_mem_region(par->mmio_start_phys, MMIO_SIZE); in i810fb_release_resource()