Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c180 #ifndef VIDEO_LINE_LEN
181 #define VIDEO_LINE_LEN (VIDEO_COLS * VIDEO_PIXEL_SIZE) macro
183 #define VIDEO_SIZE (VIDEO_ROWS * VIDEO_LINE_LEN)
193 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN)
325 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
335 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
359 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
393 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
427 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
470 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
[all …]
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsunxi-common.h277 #define VIDEO_LINE_LEN (pGD->plnSizeX) macro