Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c466 if (value & GMAC_DEBUG_RRCSTS_MASK) { in dwmac1000_debug()
467 u32 rrcsts = (value & GMAC_DEBUG_RRCSTS_MASK) >> in dwmac1000_debug()
H A Ddwmac1000.h183 #define GMAC_DEBUG_RRCSTS_MASK GENMASK(6, 5) /* MTL Rx FIFO Read Controller */ macro