Searched refs:SERIO_FRAME (Results 1 – 8 of 8) sorted by relevance
22 #define SERIO_FRAME 4 macro
49 return SERIO_FRAME; in check_data()
72 rxflags |= (status & APBPS2_STATUS_FE) ? SERIO_FRAME : 0; in apbps2_isr()
140 ch_flags = SERIO_FRAME; in serport_ldisc_receive()
70 flag |= SERIO_FRAME; in arc_ps2_check_rx()
72 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) | in ps2_rxint()
111 rxflags = (intr_status & PS2_LINE_ERROR_BIT) ? SERIO_FRAME : 0; in sun4i_ps2_interrupt()
385 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()