Searched refs:KBC_TEST_OK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | i8042.h | 41 #define KBC_TEST_OK 0x55 macro |
/openbmc/u-boot/drivers/input/ | ||
H A D | i8042.c | 127 if (kbd_cmd_read(CMD_SELF_TEST) != KBC_TEST_OK) in kbd_reset() |