Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_console.c59 .cursor_row = 0,
147 con->cursor_row++; in efi_cout_output_string()
164 con->cursor_row++; in efi_cout_output_string()
166 con->cursor_row = min(con->cursor_row, (s32)mode->rows - 1); in efi_cout_output_string()
294 efi_con_mode.cursor_row = 0; in efi_cout_set_mode()
350 efi_con_mode.cursor_row = row; in efi_cout_set_cursor_position()
/external/u-boot/arch/x86/lib/
Dbios_interrupts.c25 static u8 cursor_row, cursor_col; in int10_handler() local
33 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
37 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
44 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
/external/u-boot/include/
Defi_api.h514 s32 cursor_row; member