Home
last modified time | relevance | path

Searched defs:RSWAP (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmcf8390.h31 #define RSWAP(w) (w) macro
84 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
98 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
110 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
Dmcf8390.h31 #define RSWAP(w) (w) macro
84 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
98 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
110 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro