Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac110.c201 writel(MACCR_RESET, &regs->maccr); in ftmac110_reset()
203 if (readl(&regs->maccr) & MACCR_RESET) in ftmac110_reset()
207 if (readl(&regs->maccr) & MACCR_RESET) { in ftmac110_reset()
H A Dftmac110.h68 #define MACCR_RESET (1 << 2) /* reset */ macro