Home
last modified time | relevance | path

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

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