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