Home
last modified time | relevance | path

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

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