Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvideo-uclass.c82 gd->video_bottom = *addrp; in video_reserve()
83 debug("Video frame buffers from %lx to %lx\n", gd->video_bottom, in video_reserve()
292 if (addr < gd->video_bottom) { in video_post_bind()
300 gd->video_bottom = addr; in video_post_bind()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h117 ulong video_bottom; /* Bottom of video frame buffer area */ member
/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c120 u16 *base_addr = (u16 *)gd->video_bottom; in lcd_splash()