Searched refs:big_swap (Results 1 – 2 of 2) sorted by relevance
104 #define big_swap(p) ((p & 0xff00ff00 >> 8) | (p & 0x00ff00ff << 8)) macro111 #define big_swap(p) p macro
1010 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()