Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/s3c2xx0/
Ds3c2xx0reg.h107 #define UERSTAT_PARITY (1<<1) /* Parity error */ macro
109 #define UERSTAT_ALL_ERRORS (UERSTAT_OVERRUN|UERSTAT_BREAK|UERSTAT_FRAME|UERSTAT_PARITY)
Dsscom.c1399 if (ISSET(rsr, UERSTAT_PARITY)) in sscom_rxsoft()