Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_est.h28 #define EST_BTRE BIT(1) macro
50 #define EST_IEBE EST_BTRE
H A Dstmmac_est.c88 value = EST_CGCE | EST_HLBS | EST_HLBF | EST_BTRE | EST_SWLC; in est_irq_status()
142 if (status & EST_BTRE) { in est_irq_status()
159 writel(EST_BTRE, est_addr + EST_STATUS); in est_irq_status()