Home
last modified time | relevance | path

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

/linux-3.3/arch/m68k/include/asm/
Dmcfne.h30 #define RSWAP(w) (w) macro
78 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
91 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro
102 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) macro