Searched refs:video_bottom (Results 1 – 3 of 3) sorted by relevance
101 gd->video_bottom = *addrp; in video_reserve()102 debug("Video frame buffers from %lx to %lx\n", gd->video_bottom, in video_reserve()274 if (addr < gd->video_bottom) { in video_post_bind()282 gd->video_bottom = addr; in video_post_bind()
129 ulong video_bottom; /* Bottom of video frame buffer area */ member
122 u16 *base_addr = (u16 *)gd->video_bottom; in lcd_splash()