Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac100.h81 #define FTMAC100_MACCR_SW_RST (1 << 2) macro
H A Dftmac100.c40 writel (FTMAC100_MACCR_SW_RST, &ftmac100->maccr); in ftmac100_reset()
42 while (readl (&ftmac100->maccr) & FTMAC100_MACCR_SW_RST) in ftmac100_reset()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/faraday/
H A Dftmac100.h92 #define FTMAC100_MACCR_SW_RST (1 << 2) macro
H A Dftmac100.c118 iowrite32(FTMAC100_MACCR_SW_RST, priv->base + FTMAC100_OFFSET_MACCR); in ftmac100_reset()
124 if (!(maccr & FTMAC100_MACCR_SW_RST)) { in ftmac100_reset()