Home
last modified time | relevance | path

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

/linux-4.1.27/arch/frv/include/asm/
Dio.h200 if (__is_PCI_MEM(addr)) in readw()
209 if (__is_PCI_MEM(addr)) in readl()
222 if (__is_PCI_MEM(addr)) in writeb()
228 if (__is_PCI_MEM(addr)) in writew()
232 if (__is_PCI_MEM(addr)) in writew()
238 if (__is_PCI_MEM(addr)) in writel()
242 if (__is_PCI_MEM(addr)) in writel()
323 if (__is_PCI_MEM(p)) in iowrite8()
332 if (__is_PCI_MEM(p)) in iowrite16()
341 if (__is_PCI_MEM(p)) in iowrite32()
Dmb-regs.h79 #define __is_PCI_MEM(addr) \ macro
165 #define __is_PCI_MEM(addr) 0 macro