Home
last modified time | relevance | path

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

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