Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dbios_interrupts.c25 static u8 cursor_row, cursor_col; in int10_handler() local
34 cursor_col >= (M.x86.R_EDX & 0xff)) { in int10_handler()
38 cursor_col = M.x86.R_EDX & 0xff; in int10_handler()
44 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()