Searched refs:RS_ERRORS (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/net/ | ||
D | smc91111.h | 649 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro |
D | smc91111.c | 707 if ( !(status & RS_ERRORS ) ){ in smc_rcv() |