Home
last modified time | relevance | path

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

/external/u-boot/include/
Di8042.h51 #define KBD_RESET_TRIES 3 macro
/external/u-boot/drivers/input/
Di8042.c283 if (try >= KBD_RESET_TRIES) in i8042_start()