Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dpcips2.c32 #define PS2_STAT_PARITY (1<<2) macro
75 flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY; in pcips2_interrupt()