Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c193 #define CONSOLE_ROW_FIRST (video_console_address)
194 #define CONSOLE_ROW_SECOND (video_console_address + CONSOLE_ROW_SIZE)
195 #define CONSOLE_ROW_LAST (video_console_address + CONSOLE_SIZE - CONSOLE_ROW_SIZE)
234 static void *video_console_address; /* console buffer start address */ variable
2105 video_console_address = video_logo(); in cfg_video_init()
2107 video_console_address = video_fb_address; in cfg_video_init()