Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di8042.h38 #define CMD_RESET_KBD 0xff /* reset keyboard */ macro
/openbmc/u-boot/drivers/input/
H A Di8042.c131 if (kbd_write(I8042_DATA_REG, CMD_RESET_KBD) || in kbd_reset()