Searched defs:out_be32 (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/boot/
H A Dio.h81 static inline void out_be32(volatile unsigned *addr, int val) function
/arch/microblaze/include/asm/
H A Dio.h50 #define out_be32(a, v) __raw_writel((v), (void __iomem __force *)(a)) macro
56 #define writel_be(v, a) out_be32((__force unsigned *)a, v)
/arch/m68k/include/asm/
H A Draw_io.h45 #define out_be32(addr,l) (void)((*(__force volatile u32 *) (addr)) = (l)) macro
58 #define raw_outl(val,port) out_be32((port),(val))
61 #define __raw_writel(val,addr) out_be32((addr),(val))

Completed in 86 milliseconds