Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_sam_gmac_priv.h159 #define GMAC_INT_RX_ERR_BITS \ macro
164 (GMAC_IER_RCOMP | GMAC_INT_RX_ERR_BITS | \
Deth_sam_gmac.c1677 if (isr & GMAC_INT_RX_ERR_BITS) { in queue0_isr()