Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsmc91cxxreg.h440 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
H A Dsmc91cxx.c919 if (status & RS_ERRORS) { in smc91cxx_read()