Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c192 #define CONSOLE_ROW_FIRST (video_console_address)
193 #define CONSOLE_ROW_SECOND (video_console_address + CONSOLE_ROW_SIZE)
194 #define CONSOLE_ROW_LAST (video_console_address + CONSOLE_SIZE - CONSOLE_ROW_SIZE)
233 static void *video_console_address; /* console buffer start address */ variable
2108 video_console_address = video_logo(); in cfg_video_init()
2110 video_console_address = video_fb_address; in cfg_video_init()