Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsmc91111.h649 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
Dsmc91111.c707 if ( !(status & RS_ERRORS ) ){ in smc_rcv()