Searched refs:__should_swizzle_addr (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h22 static inline bool __should_swizzle_addr(unsigned long p) __should_swizzle_addr() function
29 (__should_swizzle_addr(port) ? (port) ^ 7 : (port))
31 (__should_swizzle_addr(port) ? (port) ^ 6 : (port))
33 (__should_swizzle_addr(port) ? (port) ^ 4 : (port))

Completed in 46 milliseconds