Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dsa1111ps2.c40 #define PS2STAT_KBD 0x0002 macro
215 return val & (PS2STAT_KBC | PS2STAT_KBD); in ps2_test_one()
228 if (stat != PS2STAT_KBD) { in ps2_test()
234 if (stat != (PS2STAT_KBC | PS2STAT_KBD)) { in ps2_test()