Home
last modified time | relevance | path

Searched refs:ioswabb (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dmangle-port.h24 # define ioswabb(x) (x) macro
35 # define ioswabb(x) (x) macro
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h27 # define ioswabb(a, x) (x) macro
38 # define ioswabb(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h30 # define ioswabb(a, x) (x) macro
41 # define ioswabb(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h16 # define ioswabb(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dmangle-port.h13 #define ioswabb(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h17 # define ioswabb(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h10 #define ioswabb(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h49 # define ioswabb(a, x) (x) macro
/openbmc/linux/arch/sh/include/asm/
H A Dio.h39 #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 Dio.h44 # define __relaxed_ioswabb ioswabb