Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/sbus/
Dbereg.h243 #define BE_CR_STAT_TXPERR 0x00020000 /* tx parity error */ macro
Dbe.c722 if (why & (BE_CR_STAT_TXLERR | BE_CR_STAT_TXPERR | BE_CR_STAT_TXSERR)) { in beqint()
728 if (why & BE_CR_STAT_TXPERR) in beqint()