Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h23 # define __swizzle_addr_b(port) (port) macro
38 # define __swizzle_addr_b(port) \ macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h11 #define __swizzle_addr_b(port) ((port) ^ 3) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dmangle-port.h8 #define __swizzle_addr_b(port) ((port)^3) macro
/openbmc/linux/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h12 #define __swizzle_addr_b(port) ((port) ^ 3) macro
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h5 #define __swizzle_addr_b(port) (port) macro
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h8 #define __swizzle_addr_b(port) (port) macro
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h11 #define __swizzle_addr_b(port) (port) macro
/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup.c524 unsigned long (*__swizzle_addr_b)(unsigned long port) = __swizzle_addr_none; variable