Searched refs:pci_remap_cfgspace (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | io.h | 104 #ifndef pci_remap_cfgspace 105 #define pci_remap_cfgspace pci_remap_cfgspace macro 106 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
|
/Linux-v4.19/arch/arm/mm/ |
D | nommu.c | 229 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 234 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
D | ioremap.c | 485 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 490 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
/Linux-v4.19/drivers/pci/ |
D | ecam.c | 77 pci_remap_cfgspace(cfgres->start + i * bsz, in pci_ecam_create() 83 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in pci_ecam_create()
|
D | pci.c | 3922 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | io.h | 197 #define pci_remap_cfgspace pci_remap_cfgspace macro 198 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | io.h | 183 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
|