Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/xtensa/include/asm/
H A Dio.h25 static inline unsigned int _swapl(unsigned int v) in _swapl() function
91 # define in_le32(addr) _swapl(*(u32 *)(addr))
94 # define out_le32(b, addr) *(u32 *)(addr) = _swapl(b)