Home
last modified time | relevance | path

Searched refs:__swab32 (Results 1 – 25 of 83) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/include/linux/byteorder/
H A Dswab.h59 # define __arch__swab32p(x) __swab32(*(x))
84 # define __swab32(x) \ macro
94 # define __swab32(x) __fswab32(x) macro
130 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h))); in __fswab64()
146 #define swab32 __swab32
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dunaligned.h78 #define get_unaligned_le32(p) __swab32(get_unaligned32(p))
82 #define put_unaligned_le32(v, p) put_unaligned32(__swab32(v), (p))
93 #define get_unaligned_be32(p) __swab32(get_unaligned32(p))
97 #define put_unaligned_be32(v, p) put_unaligned32(__swab32(v), (p))
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dswab.h115 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro
117 #define __swab32(x) \ macro
141 return __swab32(y); in __swab()
189 return __swab32(*p); in __swab32p()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dswab.h114 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro
116 #define __swab32(x) \ macro
179 return __swab32(*p); in __swab32p()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dswab.h114 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro
116 #define __swab32(x) \ macro
179 return __swab32(*p); in __swab32p()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/byteorder/
H A Dswab.h107 #define __swab32(x) __fswab32(x) macro
130 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/byteorder/
H A Dswab.h104 #define __swab32(x) __fswab32(x) macro
127 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/byteorder/
H A Dswab.h104 #define __swab32(x) __fswab32(x) macro
127 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
H A Dbig_endian.h45 #define __cpu_to_le32(x) __swab32((x))
46 #define __le32_to_cpu(x) __swab32((x))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/byteorder/
H A Dswab.h104 #define __swab32(x) __fswab32(x) macro
127 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/byteorder/
H A Dswab.h104 #define __swab32(x) __fswab32(x) macro
127 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/byteorder/
H A Dswab.h108 #define __swab32(x) __fswab32(x) macro
131 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/byteorder/
H A Dswab.h104 #define __swab32(x) __fswab32(x) macro
127 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/byteorder/
H A Dswab.h107 #define __swab32(x) __fswab32(x) macro
130 #define swab32 __swab32
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/byteorder/
H A Dswab.h103 #define __swab32(x) __fswab32(x) macro
126 #define swab32 __swab32
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dbitops.h327 tmp |= __swab32(~0UL >> (32-offset)); in ext2_find_next_zero_bit()
350 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit()
352 return result + ffz(__swab32(tmp)); in ext2_find_next_zero_bit()

1234