Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsm712.h104 #define big_swap(p) ((p & 0xff00ff00 >> 8) | (p & 0x00ff00ff << 8)) macro
111 #define big_swap(p) p macro
H A Dsm712fb.c1010 pal[regno] = big_swap(val); in smtc_setcolreg()
1069 *dst = big_swap(val); in smtcfb_read()
1141 fb_writel(big_swap(*src), dst); in smtcfb_write()