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

/u-boot/include/linux/
H A Dbitrev.h12 #define __bitrev8 __arch_bitrev8 macro
16 static inline u8 __bitrev8(u8 byte) function
23 return (__bitrev8(x & 0xff) << 8) | __bitrev8(x >> 8);
103 __bitrev8(__x) ; \

Completed in 38 milliseconds