Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di8042.h51 #define KBD_RESET_TRIES 3 macro
/openbmc/u-boot/drivers/input/
H A Di8042.c278 if (try >= KBD_RESET_TRIES) in i8042_start()