Searched refs:ioswabb (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | mangle-port.h | 24 # define ioswabb(x) (x) macro 35 # define ioswabb(x) (x) macro
|
/openbmc/u-boot/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 27 # define ioswabb(a, x) (x) macro 38 # define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 30 # define ioswabb(a, x) (x) macro 41 # define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-ip27/ |
H A D | mangle-port.h | 16 # define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-ip30/ |
H A D | mangle-port.h | 13 #define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-ip32/ |
H A D | mangle-port.h | 17 # define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/ |
H A D | mangle-port.h | 10 #define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | mangle-port.h | 49 # define ioswabb(a, x) (x) macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 39 #define readb_relaxed(c) ({ u8 __v = ioswabb(__raw_readb(c)); __v; }) 44 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c))
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | io.h | 44 # define __relaxed_ioswabb ioswabb
|