Home
last modified time | relevance | path

Searched refs:is_pci_memory (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/
Dio.h52 static inline int is_pci_memory(u32 addr) in is_pci_memory() function
86 if (!is_pci_memory(addr)) { in __indirect_writeb()
111 if (!is_pci_memory(addr)) { in __indirect_writew()
135 if (!is_pci_memory(addr)) { in __indirect_writel()
156 if (!is_pci_memory(addr)) in __indirect_readb()
181 if (!is_pci_memory(addr)) in __indirect_readw()
206 if (!is_pci_memory(addr)) in __indirect_readl()
/Linux-v4.19/arch/arm/mach-ixp4xx/
Dcommon.c661 if (!is_pci_memory(addr)) in ixp4xx_ioremap_caller()
669 if (!is_pci_memory((__force u32)addr)) in ixp4xx_iounmap()