Searched refs:MACCR_RESET (Results 1 – 2 of 2) sorted by relevance
200 writel(MACCR_RESET, ®s->maccr); in ftmac110_reset()202 if (readl(®s->maccr) & MACCR_RESET) in ftmac110_reset()206 if (readl(®s->maccr) & MACCR_RESET) { in ftmac110_reset()
67 #define MACCR_RESET (1 << 2) /* reset */ macro