Home
last modified time | relevance | path

Searched refs:pci_remap_cfgspace (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dio.h91 #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 Dnommu.c245 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 Dioremap.c467 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 Decam.c77 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 Dpci.c4184 addr = pci_remap_cfgspace(offset, size); in devm_pci_remap_cfgspace()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h192 #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 Dio.h197 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro