Home
last modified time | relevance | path

Searched refs: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
361 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
365 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
373 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
377 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
395 SHORTSWAP32((video_font_draw_table16 in video_drawchars()
399 SHORTSWAP32((video_font_draw_table16 in video_drawchars()
407 SHORTSWAP32((video_font_draw_table16 in video_drawchars()
[all …]