Home
last modified time | relevance | path

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

/linux-4.4.14/arch/frv/include/asm/
Dio.h202 if (__is_PCI_MEM(addr)) in readw()
211 if (__is_PCI_MEM(addr)) in readl()
224 if (__is_PCI_MEM(addr)) in writeb()
230 if (__is_PCI_MEM(addr)) in writew()
234 if (__is_PCI_MEM(addr)) in writew()
240 if (__is_PCI_MEM(addr)) in writel()
244 if (__is_PCI_MEM(addr)) in writel()
326 if (__is_PCI_MEM(p)) in iowrite8()
335 if (__is_PCI_MEM(p)) in iowrite16()
344 if (__is_PCI_MEM(p)) in iowrite32()
Dmb-regs.h79 #define __is_PCI_MEM(addr) \ macro
165 #define __is_PCI_MEM(addr) 0 macro