Searched refs:STAT_PARITY_ERR (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/evbppc/virtex/dev/ | ||
| D | xlcomreg.h | 48 #define STAT_PARITY_ERR 0x80 macro |
| D | xlcom.c | 351 c |= ((stat & STAT_PARITY_ERR) != 0 ? XLCOM_CHAR_PE : 0) | in xlcom_recv_chunk() |