Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Dpcikbd.h74 #define KBD_REPLY_POR 0xAA /* Power on reset */ macro
Dpcikbd.c709 if(pcikbd_wait_for_input() != KBD_REPLY_POR) in do_pcikbd_init_hw()
/linux-2.4.37.9/include/linux/
Dpc_keyb.h72 #define KBD_REPLY_POR 0xAA /* Power on reset */ macro
/linux-2.4.37.9/drivers/char/
Dpc_keyb.c858 if (kbd_wait_for_input() != KBD_REPLY_POR) in initialize_kbd()