Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c179 #define VIDEO_ROWS VIDEO_VISIBLE_ROWS macro
183 #define VIDEO_SIZE (VIDEO_ROWS * VIDEO_LINE_LEN)
187 #define CONSOLE_ROWS ((VIDEO_ROWS - video_logo_height) / VIDEO_FONT_HEIGHT)
189 #define CONSOLE_ROWS (VIDEO_ROWS / VIDEO_FONT_HEIGHT)
1173 int limit = (VIDEO_LINE_LEN / VIDEO_PIXEL_SIZE) * VIDEO_ROWS; in display_rle8_bitmap()