Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/mach-cavium-octeon/
A Dmangle-port.h15 static inline bool __should_swizzle_bits(volatile void *a) in __should_swizzle_bits() function
30 #define __should_swizzle_bits(a) false macro
51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \
55 # define ioswabl(a, x) (__should_swizzle_bits(a) ? \
59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \

Completed in 3 milliseconds