out_be16 31 arch/m68k/include/asm/raw_io.h #define out_be16(addr,w) (void)((*(__force volatile u16 *) (addr)) = (w)) out_be16 50 arch/microblaze/include/asm/io.h #define out_be16(a, v) __raw_writew((v), (a)) out_be16 52 arch/powerpc/boot/io.h static inline void out_be16(volatile u16 *addr, int val)