Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/serio/
Dapbps2.c39 #define APBPS2_STATUS_PE (1<<1) macro
67 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()