Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1694 static int video_logo_ypos; variable
1705 plot_logo_or_black(video_fb_address, video_logo_xpos, video_logo_ypos, in logo_black()
1858 splash_get_pos(&video_logo_xpos, &video_logo_ypos); in video_logo()
1870 video_logo_ypos) == 0) { in video_logo()
1877 logo_plot(video_fb_address, video_logo_xpos, video_logo_ypos); in video_logo()
1884 if (video_logo_xpos || video_logo_ypos) { in video_logo()
1890 if (video_logo_ypos == BMP_ALIGN_CENTER) in video_logo()
1893 else if (video_logo_ypos > 0) in video_logo()
1894 video_logo_height += video_logo_ypos; in video_logo()