Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c322 u8 *cdat, *dest, *dest0; in video_drawchars() local
333 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
336 u8 bits = *cdat++; in video_drawchars()
357 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
360 u8 bits = *cdat++; in video_drawchars()
391 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
394 u8 bits = *cdat++; in video_drawchars()
425 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
428 u8 bits = *cdat++; in video_drawchars()
468 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
[all …]