Lines Matching defs:addr
175 static inline void pci_iounmap(struct pci_dev *dev, void __iomem *addr) {} in pci_iounmap()
181 void __iomem *addr = plat_ioremap(offset, size, flags); in __ioremap_mode() local
186 #define __IS_LOW512(addr) (!((phys_addr_t)(addr) & (phys_addr_t) ~0x1fffffffULL)) in __ioremap_mode() argument
289 static inline void iounmap(const volatile void __iomem *addr) in iounmap()
294 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) in iounmap() argument
462 #define readb_be(addr) \ in BUILDIO_MEM() argument
464 #define readw_be(addr) \ in BUILDIO_MEM() argument
466 #define readl_be(addr) \ in BUILDIO_MEM() argument
468 #define readq_be(addr) \ in BUILDIO_MEM() argument
471 #define writeb_be(val, addr) \ in BUILDIO_MEM() argument
473 #define writew_be(val, addr) \ in BUILDIO_MEM() argument
475 #define writel_be(val, addr) \ in BUILDIO_MEM() argument
477 #define writeq_be(val, addr) \ in BUILDIO_MEM() argument