Searched refs:mmio_start_phys (Results 1 – 2 of 2) sorted by relevance
269 unsigned long mmio_start_phys; member
1119 fix->mmio_start = par->mmio_start_phys; in encode_fix()1849 par->mmio_start_phys = pci_resource_start(par->dev, 1); in i810_allocate_pci_resource()1853 par->mmio_start_phys = pci_resource_start(par->dev, 0); in i810_allocate_pci_resource()1875 if (!request_mem_region(par->mmio_start_phys, in i810_allocate_pci_resource()1883 par->mmio_start_virtual = ioremap_nocache(par->mmio_start_phys, in i810_allocate_pci_resource()2117 release_mem_region(par->mmio_start_phys, MMIO_SIZE); in i810fb_release_resource()