Home
last modified time | relevance | path

Searched defs:pci_remap_cfgspace (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dio.h92 #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
H A Dioremap.c467 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() function
/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
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h192 #define pci_remap_cfgspace pci_remap_cfgspace macro