Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/serio/
Dsun4i-ps2.c52 #define PS2_LINE_ERROR_BIT \ macro
111 if (intr_status & PS2_LINE_ERROR_BIT) { in sun4i_ps2_interrupt()
112 rxflags = (intr_status & PS2_LINE_ERROR_BIT) ? SERIO_FRAME : 0; in sun4i_ps2_interrupt()