Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c213 #define SHORTSWAP32(x) ((((x) & 0x000000ff) << 8) | \ macro
222 #define SHORTSWAP32(x) (((x) >> 16) | ((x) << 16)) macro
224 #define SHORTSWAP32(x) (x) macro
362 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
366 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
374 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
378 SHORTSWAP32((video_font_draw_table15 in video_drawchars()
396 SHORTSWAP32((video_font_draw_table16 in video_drawchars()
400 SHORTSWAP32((video_font_draw_table16 in video_drawchars()
408 SHORTSWAP32((video_font_draw_table16 in video_drawchars()
[all …]