Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c212 #define SHORTSWAP32(x) ((((x) & 0x000000ff) << 8) | \ macro
221 #define SHORTSWAP32(x) (((x) >> 16) | ((x) << 16)) macro
223 #define SHORTSWAP32(x) (x) macro