Searched refs:RS_ERRORS (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | smc91cxxreg.h | 440 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro |
H A D | smc91cxx.c | 919 if (status & RS_ERRORS) { in smc91cxx_read() |