Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dapbps2.c39 #define APBPS2_STATUS_PE (1<<1) macro
67 rxflags = (status & APBPS2_STATUS_PE) ? SERIO_PARITY : 0; in apbps2_isr()