Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dbitrev.c48 return (bitrev8(x & 0xff) << 8) | bitrev8(x >> 8); in bitrev16()
/rk3399_rockchip-uboot/include/linux/
H A Dbitrev.h14 static inline u8 bitrev8(u8 byte) in bitrev8() function
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32.c397 unsigned char x = bitrev8(*buf); in bytereverse()