Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c1691 static int video_logo_ypos; variable
1702 plot_logo_or_black(video_fb_address, video_logo_xpos, video_logo_ypos, in logo_black()
1855 splash_get_pos(&video_logo_xpos, &video_logo_ypos); in video_logo()
1867 video_logo_ypos) == 0) { in video_logo()
1874 logo_plot(video_fb_address, video_logo_xpos, video_logo_ypos); in video_logo()
1881 if (video_logo_xpos || video_logo_ypos) { in video_logo()
1887 if (video_logo_ypos == BMP_ALIGN_CENTER) in video_logo()
1890 else if (video_logo_ypos > 0) in video_logo()
1891 video_logo_height += video_logo_ypos; in video_logo()