Home
last modified time | relevance | path

Searched defs:__swizzle_addr_b (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/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.3/arch/mips/include/asm/mach-ip32/
Dmangle-port.h12 #define __swizzle_addr_b(port) ((port) ^ 3) macro
/linux-3.3/arch/mips/include/asm/mach-ip27/
Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/linux-3.3/arch/mips/include/asm/mach-tx49xx/
Dmangle-port.h4 #define __swizzle_addr_b(port) (port) macro
/linux-3.3/arch/mips/include/asm/mach-tx39xx/
Dmangle-port.h8 #define __swizzle_addr_b(port) (port) macro
/linux-3.3/arch/mips/include/asm/mach-generic/
Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/linux-3.3/arch/mips/txx9/generic/
Dsetup.c612 unsigned long (*__swizzle_addr_b)(unsigned long port) = __swizzle_addr_none; variable