Searched refs:pci_remap_cfgspace (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | io.h | 91 #ifndef pci_remap_cfgspace 92 #define pci_remap_cfgspace pci_remap_cfgspace macro 93 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
|
/kernel/linux/linux-4.19/include/linux/ |
D | io.h | 106 #ifndef pci_remap_cfgspace 107 #define pci_remap_cfgspace pci_remap_cfgspace macro 108 static inline void __iomem *pci_remap_cfgspace(phys_addr_t offset, in pci_remap_cfgspace() function
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | nommu.c | 226 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 231 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
D | ioremap.c | 465 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 470 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
/kernel/linux/linux-4.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);
|
/kernel/linux/linux-4.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 | 3951 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
|
/kernel/linux/linux-5.10/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 | 4165 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
|
/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-4.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);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | io.h | 181 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
|
/kernel/linux/linux-4.19/arch/arm64/include/asm/ |
D | io.h | 199 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
|