Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_est.h25 #define EST_CGCE BIT(4) macro
47 #define EST_IECGCE EST_CGCE
Dstmmac_est.c88 value = EST_CGCE | EST_HLBS | EST_HLBF | EST_BTRE | EST_SWLC; in est_irq_status()
94 if (status & EST_CGCE) { in est_irq_status()
96 writel(EST_CGCE, est_addr + EST_STATUS); in est_irq_status()