Searched refs:EMAC_SOFTRESET (Results 1 – 2 of 2) sorted by relevance
76 writel(EMAC_SOFTRESET, &emac_p->cfg1.set); /* reset assert */ in pic32_mii_init()78 writel(EMAC_SOFTRESET, &emac_p->cfg1.clr); /* reset deassert */ in pic32_mii_init()220 writel(EMAC_SOFTRESET, &emac_p->cfg1.raw); in pic32_mac_reset()367 writel(EMAC_SOFTRESET, &emac_p->cfg1.raw); in pic32_eth_stop()
86 #define EMAC_SOFTRESET BIT(15) macro