Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dbereg.h248 #define BE_CR_STAT_RXLERR 0x00000004 /* rx late error */ macro
H A Dbe.c747 if (why & (BE_CR_STAT_RXLERR | BE_CR_STAT_RXPERR | BE_CR_STAT_RXSERR)) { in beqint()
751 if (why & BE_CR_STAT_RXLERR) in beqint()