Searched refs:bmp_display (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | bmp.c | 140 return (bmp_display(addr, x, y)); in do_bmp_display() 233 int bmp_display(ulong addr, int x, int y) in bmp_display() function 270 # error bmp_display() requires CONFIG_LCD or CONFIG_VIDEO in bmp_display()
|
/openbmc/u-boot/common/ |
H A D | splash.c | 94 return bmp_display(addr, x, y); in lcd_splash()
|
/openbmc/u-boot/board/st/stm32f746-disco/ |
H A D | stm32f746-disco.c | 131 bmp_display((ulong)stmicroelectronics_uboot_logo_8bit_rle, in board_init()
|
/openbmc/u-boot/include/ |
H A D | lcd.h | 20 int bmp_display(ulong addr, int x, int y);
|
/openbmc/u-boot/board/samsung/common/ |
H A D | misc.c | 479 bmp_display(addr, x, y); in draw_logo()
|