Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dbmp.c50 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in gunzip_bmp()
52 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE + 3); in gunzip_bmp()
63 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
68 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) in gunzip_bmp()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dmx23evk.h47 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
H A Dmx28evk.h102 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) macro
H A Dm28evk.h100 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) macro
H A Ds5pc210_universal.h192 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
H A Dtrats2.h188 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
H A Dtrats.h206 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) macro
H A Dnitrogen6x.h79 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) macro
H A Dm53evk.h173 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) macro
H A Dsocrates.h170 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) /* decompressed img */ macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c1337 len = CONFIG_SYS_VIDEO_LOGO_MAX_SIZE; in video_display_bitmap()
1338 dst = malloc(CONFIG_SYS_VIDEO_LOGO_MAX_SIZE); in video_display_bitmap()
1347 if (gunzip(dst+2, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE-2, in video_display_bitmap()
1355 if (len == CONFIG_SYS_VIDEO_LOGO_MAX_SIZE) { in video_display_bitmap()
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt4781 CONFIG_SYS_VIDEO_LOGO_MAX_SIZE