Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbmp.c51 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in gunzip_bmp()
53 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE + 3); in gunzip_bmp()
64 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
69 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) in gunzip_bmp()
/u-boot/include/configs/
A Dmx23evk.h34 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
A Dmx28evk.h55 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
A Ds5pc210_universal.h157 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
A Dtrats2.h161 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
A Dtrats.h180 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
A Dm53menlo.h130 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) macro
A Dnitrogen6x.h59 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) macro
/u-boot/board/menlo/m53menlo/
A Dm53menlo.c351 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in board_late_init()
359 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in board_late_init()
360 ret = gunzip(dst + 2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE - 2, in board_late_init()
/u-boot/drivers/video/
A Dcfb_console.c1346 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in video_display_bitmap()
1347 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in video_display_bitmap()
1356 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
1364 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) { in video_display_bitmap()
/u-boot/scripts/
A Dconfig_whitelist.txt3749 CONFIG_SYS_VIDEO_LOGO_MAX_SIZE

Completed in 20 milliseconds