Searched refs:cursor_word (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/
H A Dconsole.cpp87 unsigned short cursor_word = x + y * 80 + active_page * VPAGE_SIZE; local
93 outp(CGA_DATA_REG, cursor_word & 0xFF);
95 outp(CGA_DATA_REG, (cursor_word >> 8) & 0xFF);

Completed in 28 milliseconds