Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dtsec.c290 if (!(status & RXBD_STATS)) in tsec_recv()
293 printf("Got error %x\n", (status & RXBD_STATS)); in tsec_recv()
326 if (!(status & RXBD_STATS)) { in tsec_recv()
331 printf("Got error %x\n", (status & RXBD_STATS)); in tsec_recv()
/external/u-boot/include/
Dtsec.h200 #define RXBD_STATS 0x003f macro