Home
last modified time | relevance | path

Searched refs:GMAC_INT_STATUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000.h25 #define GMAC_INT_STATUS 0x00000038 /* interrupt status register */ macro
H A Dstmmac_hwtstamp.c231 tsync_int = readl(priv->ioaddr + GMAC_INT_STATUS) & GMAC_INT_TSIE; in timestamp_interrupt()
H A Ddwmac4.h32 #define GMAC_INT_STATUS 0x000000b0 macro
H A Ddwmac1000_core.c301 u32 intr_status = readl(ioaddr + GMAC_INT_STATUS); in dwmac1000_irq_status()
H A Ddwmac-intel.c300 return (readl(priv->ioaddr + GMAC_INT_STATUS) & GMAC_INT_TSIE); in stmmac_cross_ts_isr()
H A Ddwmac4_core.c835 u32 intr_status = readl(ioaddr + GMAC_INT_STATUS); in dwmac4_irq_status()