Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_sam_gmac_priv.h161 #define GMAC_INT_TX_ERR_BITS \ macro
165 GMAC_IER_TCOMP | GMAC_INT_TX_ERR_BITS | GMAC_IER_HRESP)
Deth_sam_gmac.c1688 if (isr & GMAC_INT_TX_ERR_BITS) { in queue0_isr()