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

/linux-master/arch/powerpc/boot/
H A Dio.h52 static inline void out_be16(volatile u16 *addr, int val) function
/linux-master/arch/microblaze/include/asm/
H A Dio.h39 #define out_be16(a, v) __raw_writew((v), (a)) macro
/linux-master/arch/m68k/include/asm/
H A Draw_io.h31 #define out_be16(addr,w) (void)((*(__force volatile u16 *) (unsigned long)(addr)) = (w)) macro

Completed in 120 milliseconds