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
290 static inline void iounmap(const volatile void __iomem *addr) in iounmap()
295 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) in iounmap() argument
463 #define readb_be(addr) \ in BUILDIO_MEM() argument
465 #define readw_be(addr) \ in BUILDIO_MEM() argument
467 #define readl_be(addr) \ in BUILDIO_MEM() argument
469 #define readq_be(addr) \ in BUILDIO_MEM() argument
472 #define writeb_be(val, addr) \ in BUILDIO_MEM() argument
474 #define writew_be(val, addr) \ in BUILDIO_MEM() argument
476 #define writel_be(val, addr) \ in BUILDIO_MEM() argument
478 #define writeq_be(val, addr) \ in BUILDIO_MEM() argument