Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dbios_interrupts.c26 static u8 cursor_row, cursor_col; in int10_handler() local
34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
/u-boot/lib/efi_loader/
A Defi_console.c65 .cursor_row = 0,
184 con->cursor_row++; in efi_cout_output_string()
203 con->cursor_row++; in efi_cout_output_string()
209 if (con->cursor_row >= mode->rows && con->cursor_row) in efi_cout_output_string()
210 con->cursor_row--; in efi_cout_output_string()
472 efi_con_mode.cursor_row = 0; in efi_cout_clear_screen()
570 efi_con_mode.cursor_row = row; in efi_cout_set_cursor_position()
/u-boot/include/
A Defi_api.h667 s32 cursor_row; member

Completed in 14 milliseconds