Searched refs:PCI_IO_VIRT_BASE (Results 1 – 4 of 4) sorted by relevance
174 #define PCI_IO_VIRT_BASE 0xfee00000 macro175 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE)202 #define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT))
466 return ioremap_page_range(PCI_IO_VIRT_BASE + offset, in pci_ioremap_io()467 PCI_IO_VIRT_BASE + offset + SZ_64K, in pci_ioremap_io()
1098 svm = find_static_vm_vaddr((void *)PCI_IO_VIRT_BASE); in pci_reserve_io()1102 vm_reserve_area_early(PCI_IO_VIRT_BASE, SZ_2M, pci_reserve_io); in pci_reserve_io()
587 .virtual = PCI_IO_VIRT_BASE, in pci_map_io_early()
Completed in 17 milliseconds