Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/serio/
Dapbps2.c43 #define APBPS2_STATUS_PE (1<<1) macro
71 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()