Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c270 static const int video_font_draw_table24[16][3] = { variable
472 (video_font_draw_table24[bits >> 4][0] in video_drawchars()
475 (video_font_draw_table24[bits >> 4][1] in video_drawchars()
478 (video_font_draw_table24[bits >> 4][2] in video_drawchars()
485 (video_font_draw_table24[bits & 15][0] in video_drawchars()
488 (video_font_draw_table24[bits & 15][1] in video_drawchars()
491 (video_font_draw_table24[bits & 15][2] in video_drawchars()