Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dpc_keyb.c45 if (!(status & (KBD_STAT_GTO | KBD_STAT_PERR))) { in handle_kbd_event()
68 if (status & (KBD_STAT_GTO | KBD_STAT_PERR)) in kbd_read_data()
/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h78 #define KBD_STAT_PERR 0x80 /* Parity error */ macro