Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c178 #ifndef VIDEO_LINE_LEN
179 #define VIDEO_LINE_LEN (VIDEO_COLS * VIDEO_PIXEL_SIZE) macro
181 #define VIDEO_SIZE (VIDEO_ROWS * VIDEO_LINE_LEN)
191 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN)
323 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
333 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
357 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
391 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
425 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
468 rows--; dest += VIDEO_LINE_LEN) { in video_drawchars()
[all …]
/openbmc/u-boot/include/configs/
H A Dsunxi-common.h282 #define VIDEO_LINE_LEN (pGD->plnSizeX) macro