Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000.h24 #define GMAC_INT_STATUS 0x00000038 /* interrupt status register */ macro
H A Dstmmac_hwtstamp.c228 tsync_int = readl(priv->ioaddr + GMAC_INT_STATUS) & GMAC_INT_TSIE; in timestamp_interrupt()
H A Ddwmac4.h28 #define GMAC_INT_STATUS 0x000000b0 macro
H A Ddwmac1000_core.c272 u32 intr_status = readl(ioaddr + GMAC_INT_STATUS); in dwmac1000_irq_status()
H A Ddwmac4_core.c622 u32 intr_status = readl(ioaddr + GMAC_INT_STATUS); in dwmac4_irq_status()
H A Ddwmac-intel.c354 return (readl(priv->ioaddr + GMAC_INT_STATUS) & GMAC_INT_TSIE); in stmmac_cross_ts_isr()