Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga.c48 #define VGA_TEXT_CURSOR_PERIOD_MS (1000 * 2 * 16 / 60) macro
1277 s->cursor_blink_time = now + VGA_TEXT_CURSOR_PERIOD_MS / 2; in vga_draw_text()