Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dmb86960reg.h124 #define FE_D1_ERRBITS "\20\4SRTPKT\3ALGERR\2CRCERR\1OVRFLO" macro
Dmb86960.c947 char sbuf[sizeof(FE_D1_ERRBITS) + 64]; in mb86960_rint()
949 snprintb(sbuf, sizeof(sbuf), FE_D1_ERRBITS, rstat); in mb86960_rint()