Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c1692 static int video_logo_ypos; variable
1703 plot_logo_or_black(video_fb_address, video_logo_xpos, video_logo_ypos, in logo_black()
1856 splash_get_pos(&video_logo_xpos, &video_logo_ypos); in video_logo()
1868 video_logo_ypos) == 0) { in video_logo()
1875 logo_plot(video_fb_address, video_logo_xpos, video_logo_ypos); in video_logo()
1882 if (video_logo_xpos || video_logo_ypos) { in video_logo()
1888 if (video_logo_ypos == BMP_ALIGN_CENTER) in video_logo()
1891 else if (video_logo_ypos > 0) in video_logo()
1892 video_logo_height += video_logo_ypos; in video_logo()