Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsplash.h70 int lcd_splash(ulong addr);
72 static inline int lcd_splash(ulong addr) in lcd_splash() function
/openbmc/u-boot/common/
H A Dsplash.c84 int lcd_splash(ulong addr) in lcd_splash() function
H A Dlcd.c229 if (lcd_splash(addr) == 0) { in lcd_clear()
/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c116 static void lcd_splash(int width, int height) in lcd_splash() function
392 lcd_splash(480, 272); in board_late_init()