Searched refs:GMAC_DEBUG_RRCSTS_MASK (Results 1 – 2 of 2) sorted by relevance
466 if (value & GMAC_DEBUG_RRCSTS_MASK) { in dwmac1000_debug()467 u32 rrcsts = (value & GMAC_DEBUG_RRCSTS_MASK) >> in dwmac1000_debug()
183 #define GMAC_DEBUG_RRCSTS_MASK GENMASK(6, 5) /* MTL Rx FIFO Read Controller */ macro