Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbppc/virtex/dev/
Dxlcomreg.h48 #define STAT_PARITY_ERR 0x80 macro
Dxlcom.c351 c |= ((stat & STAT_PARITY_ERR) != 0 ? XLCOM_CHAR_PE : 0) | in xlcom_recv_chunk()