Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di8042.h50 #define KBD_TIMEOUT 1000 /* 1 sec */ macro
/openbmc/u-boot/drivers/input/
H A Di8042.c55 int kbd_timeout = KBD_TIMEOUT * 1000; in kbd_input_empty()
65 int kbd_timeout = KBD_TIMEOUT * 1000; in kbd_output_full()