Searched defs:out_be32 (Results 1 – 3 of 3) sorted by relevance
81 static inline void out_be32(volatile unsigned *addr, int val) in out_be32() function
50 #define out_be32(a, v) __raw_writel((v), (void __iomem __force *)(a)) macro
45 #define out_be32(addr,l) (void)((*(__force volatile u32 *) (addr)) = (l)) macro