Searched refs:_swapw (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/xtensa/include/asm/
H A Dio.h20 static inline unsigned short _swapw(unsigned short v) function
96 # define in_le16(addr) _swapw(*(u16 *)(addr))
99 # define out_le16(b, addr) *(u16 *)(addr) = _swapw(b)

Completed in 34 milliseconds