Home
last modified time | relevance | path

Searched refs:SWAP16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/files/
H A D0001-Fix-build-on-big-endian-architectures.patch28 +#define SWAP16(x) x
33 #define SWAP16(x) ((uint16_t) ((x & 0x00ff) << 8) | ((x & 0xff00) >> 8))
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c204 #define SWAP16(x) ((((x) & 0x00ff) << 8) | \ macro
218 #define SWAP16(x) (x) macro
1055 SWAP16((unsigned short)(((r>>3)<<10) | \
1063 SWAP16((unsigned short)((((r)>>3)<<11)| \
1203 p[i].ce.w = SWAP16((unsigned short) in display_rle8_bitmap()
1806 SWAP16((unsigned short) ( in plot_logo_or_black()
1814 SWAP16((unsigned short) ( in plot_logo_or_black()