Home
last modified time | relevance | path

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

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