Searched refs:pci_remap_cfgspace (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | io.h | 93 #ifndef pci_remap_cfgspace 94 #define pci_remap_cfgspace pci_remap_cfgspace macro 95 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
|
| /Linux-v5.4/arch/arm/mm/ |
| D | nommu.c | 230 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 235 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
| D | ioremap.c | 486 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 491 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
| /Linux-v5.4/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 | 4039 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | io.h | 192 #define pci_remap_cfgspace pci_remap_cfgspace macro 193 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | io.h | 182 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
|