Searched refs:FTGMAC100_MACCR_SW_RST (Results 1 – 4 of 4) sorted by relevance
325 writel(FTGMAC100_MACCR_SW_RST, &ftgmac100->maccr); in ftgmac100_reset()327 while (readl(&ftgmac100->maccr) & FTGMAC100_MACCR_SW_RST) in ftgmac100_reset()
160 #define FTGMAC100_MACCR_SW_RST (1 << 31) macro
170 #define FTGMAC100_MACCR_SW_RST (1 << 31) macro
121 iowrite32(maccr | FTGMAC100_MACCR_SW_RST, in ftgmac100_reset_mac()127 if (!(maccr & FTGMAC100_MACCR_SW_RST)) in ftgmac100_reset_mac()