Home
last modified time | relevance | path

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

/linux-3.4.99/arch/avr32/mach-at32ap/include/mach/
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-3.4.99/arch/mips/include/asm/mach-tx39xx/
Dmangle-port.h5 extern unsigned long (*__swizzle_addr_b)(unsigned long port);
8 #define __swizzle_addr_b(port) (port) macro
/linux-3.4.99/arch/mips/include/asm/mach-ip27/
Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/linux-3.4.99/arch/mips/include/asm/mach-ip32/
Dmangle-port.h12 #define __swizzle_addr_b(port) ((port) ^ 3) macro
/linux-3.4.99/arch/mips/include/asm/mach-tx49xx/
Dmangle-port.h4 #define __swizzle_addr_b(port) (port) macro
/linux-3.4.99/arch/mips/include/asm/mach-generic/
Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/linux-3.4.99/arch/mips/txx9/jmr3927/
Dsetup.c200 __swizzle_addr_b = jmr3927_swizzle_addr_b; in jmr3927_device_init()
/linux-3.4.99/arch/mips/txx9/generic/
Dsetup.c612 unsigned long (*__swizzle_addr_b)(unsigned long port) = __swizzle_addr_none; variable
613 EXPORT_SYMBOL(__swizzle_addr_b);