Searched refs:fill_555rgb_pswap (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | cfb_console.c | 1094 static inline void fill_555rgb_pswap(uchar *fb, int x, u8 r, u8 g, u8 b) in fill_555rgb_pswap() function 1526 fill_555rgb_pswap(fb, xpos++, cte.red, in video_display_bitmap() 1611 fill_555rgb_pswap(fb, xpos++, bmap[2], in video_display_bitmap() 1803 fill_555rgb_pswap(dest, xpos++, r, g, b); in plot_logo_or_black()
|