Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dtsec.c313 if (!(status & RXBD_STATS)) in tsec_recv()
316 printf("Got error %x\n", (status & RXBD_STATS)); in tsec_recv()
349 if (!(status & RXBD_STATS)) { in tsec_recv()
354 printf("Got error %x\n", (status & RXBD_STATS)); in tsec_recv()
/external/u-boot/include/
Dtsec.h202 #define RXBD_STATS 0x003f macro