Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nios2/include/uapi/asm/
H A Dswab.h23 static inline __attribute__((const)) __u16 __arch_swab16(__u16 x) in __arch_swab16() function
27 #define __arch_swab16 __arch_swab16 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dswab.h36 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
69 #define __arch_swab16 __arch_swab16 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dswab.h29 static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
33 #define __arch_swab16 __arch_swab16 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dswab.h21 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
33 #define __arch_swab16 __arch_swab16 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dswab.h11 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
19 #define __arch_swab16 __arch_swab16 macro
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dswab.h26 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
35 #define __arch_swab16 __arch_swab16 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dswab.h50 #if defined (__arch_swab16) in __fswab16()
51 return __arch_swab16(val); in __fswab16()
/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.h49 #if defined (__arch_swab16) in __fswab16()
50 return __arch_swab16(val); in __fswab16()
/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.h49 #if defined (__arch_swab16) in __fswab16()
50 return __arch_swab16(val); in __fswab16()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dswab.h29 #define __arch_swab16(x) ((__u16)__arch_swahb32(x)) macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dswab.h28 #define __arch_swab16(x) ___arch__swab16(x) macro
/OK3568_Linux_fs/kernel/arch/c6x/include/uapi/asm/
H A Dswab.h49 #define __arch_swab16 __c6x_swab16 macro
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h54 # define __arch_swab16(x) ld_le16(&x)
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h39 # define __arch_swab16(x) ld_le16(&x)