SERIO_PARITY
if ((flags & (SERIO_FRAME | SERIO_PARITY)) &&
((flags & SERIO_PARITY) &&
flags & SERIO_PARITY ? " bad parity" : "");
serio_flags |= SERIO_PARITY;
serio_flags & SERIO_PARITY ? 'Y' : 'N');
return SERIO_PARITY;
rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0;
flag |= SERIO_PARITY;
((status & GSC_STAT_PERR) ? SERIO_PARITY : 0 );
*dfl = SERIO_PARITY;
dfl = (str & I8042_STR_PARITY) ? SERIO_PARITY : 0;
dfl & SERIO_PARITY ? ", bad parity" : "",
flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY;
flag ^= SERIO_PARITY;
rxflags |= SERIO_PARITY;
(status & PS2STAT_RXP ? 0 : SERIO_PARITY);
flag ^= SERIO_PARITY;
ch_flags = SERIO_PARITY;
rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_PARITY : 0;
drvdata->flags |= SERIO_PARITY;