Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di8042.h41 #define KBC_TEST_OK 0x55 macro
/openbmc/u-boot/drivers/input/
H A Di8042.c127 if (kbd_cmd_read(CMD_SELF_TEST) != KBC_TEST_OK) in kbd_reset()