Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h64 #define KBD_REPLY_POR 0xAA /* Power on reset */ macro
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dpc_keyb.c169 if (kbd_wait_for_input() != KBD_REPLY_POR) in kbd_initialize()