Searched refs:pci_remap_cfgspace (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | nommu.c | 245 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 250 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
| H A D | ioremap.c | 467 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function 472 EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A 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()
|
| H A D | pci.c | 4184 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | io.h | 197 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
|