Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di8042.h33 #define CMD_SELF_TEST 0xaa /* controller self-test */ macro
/openbmc/u-boot/drivers/input/
H A Di8042.c127 if (kbd_cmd_read(CMD_SELF_TEST) != KBC_TEST_OK) in kbd_reset()