Searched refs:mmio_start_phys (Results 1 – 2 of 2) sorted by relevance
268 unsigned long mmio_start_phys; member
1121 fix->mmio_start = par->mmio_start_phys; in encode_fix()1853 par->mmio_start_phys = pci_resource_start(par->dev, 1); in i810_allocate_pci_resource()1857 par->mmio_start_phys = pci_resource_start(par->dev, 0); in i810_allocate_pci_resource()1879 if (!request_mem_region(par->mmio_start_phys, in i810_allocate_pci_resource()1887 par->mmio_start_virtual = ioremap(par->mmio_start_phys, in i810_allocate_pci_resource()2125 release_mem_region(par->mmio_start_phys, MMIO_SIZE); in i810fb_release_resource()