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

/linux-4.4.14/arch/mips/include/asm/mach-tx39xx/
H A Dmangle-port.h5 extern unsigned long (*__swizzle_addr_b)(unsigned long port);
8 #define __swizzle_addr_b(port) (port) macro
/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
H A Dio.h7 # define __swizzle_addr_b(addr) (addr ^ 3UL) macro
17 # define __swizzle_addr_b(addr) (addr ^ 1UL) macro
27 # define __swizzle_addr_b(addr) (addr) macro
/linux-4.4.14/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h4 #define __swizzle_addr_b(port) (port) macro
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/linux-4.4.14/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h12 #define __swizzle_addr_b(port) ((port) ^ 3) macro
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h15 # define __swizzle_addr_b(port) (port) macro
28 # define __swizzle_addr_b(port) \ macro
/linux-4.4.14/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/linux-4.4.14/arch/mips/txx9/jmr3927/
H A Dsetup.c200 __swizzle_addr_b = jmr3927_swizzle_addr_b; jmr3927_device_init()
/linux-4.4.14/arch/mips/txx9/generic/
H A Dsetup.c597 unsigned long (*__swizzle_addr_b)(unsigned long port) = __swizzle_addr_none; variable
598 EXPORT_SYMBOL(__swizzle_addr_b); variable

Completed in 221 milliseconds