Home
last modified time | relevance | path

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

/Linux-v5.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