Home
last modified time | relevance | path

Searched refs:FTMAC100_MACCR_SW_RST (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dftmac100.h80 #define FTMAC100_MACCR_SW_RST (1 << 2) macro
H A Dftmac100.c39 writel (FTMAC100_MACCR_SW_RST, &ftmac100->maccr); in ftmac100_reset()
41 while (readl (&ftmac100->maccr) & FTMAC100_MACCR_SW_RST) in ftmac100_reset()
/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftmac100.h92 #define FTMAC100_MACCR_SW_RST (1 << 2) macro
H A Dftmac100.c120 iowrite32(FTMAC100_MACCR_SW_RST, priv->base + FTMAC100_OFFSET_MACCR); in ftmac100_reset()
126 if (!(maccr & FTMAC100_MACCR_SW_RST)) { in ftmac100_reset()