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.h29 #define EST_BTRE BIT(1) macro
51 #define EST_IEBE EST_BTRE
H A Dstmmac_est.c93 value = EST_CGCE | EST_HLBS | EST_HLBF | EST_BTRE | EST_SWLC; in est_irq_status()
150 if (status & EST_BTRE) { in est_irq_status()
167 writel(EST_BTRE, est_addr + EST_STATUS); in est_irq_status()