Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c152 static __inline uint8_t bit_rev8(uint8_t byte) in bit_rev8() function
159 return (bit_rev8(x & 0xff) << 8) | bit_rev8(x >> 8); in bit_rev16()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c689 static __inline RT_U8 bit_rev8(RT_U8 byte) in bit_rev8() function
696 return (bit_rev8(x & 0xff) << 8) | bit_rev8(x >> 8); in bit_rev16()