Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1315 ushort xcount, ycount; in video_display_bitmap() local
1454 for (xcount = 0; xcount < width; xcount++) { in video_display_bitmap()
1457 if (xcount & 1) { in video_display_bitmap()
1482 for (xcount = 0; xcount < colors; ++xcount) { in video_display_bitmap()
1483 cte = bmp->color_table[xcount]; in video_display_bitmap()
1484 video_set_lut(xcount, cte.red, cte.green, in video_display_bitmap()
1493 xcount = width; in video_display_bitmap()
1494 while (xcount--) { in video_display_bitmap()
1505 xcount = width; in video_display_bitmap()
1506 while (xcount--) { in video_display_bitmap()
[all …]