Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di8042.h43 #define KBD_POR 0xaa macro
/openbmc/u-boot/drivers/input/
H A Di8042.c133 kbd_read(I8042_DATA_REG) != KBD_POR) in kbd_reset()
146 else if ((quirk & QUIRK_DUP_POR) && config == KBD_POR) in kbd_reset()