Searched refs:RXCR_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/arc/ | ||
| D | emac.h | 22 #define RXCR_MASK (1<<8) /* RXCRCERR counter rolled over */ macro |
| D | emac_main.c | 365 if (status & RXCR_MASK) { in arc_emac_intr() |