Searched refs:EMAC_SOFTRESET (Results 1 – 3 of 3) sorted by relevance
75 writel(EMAC_SOFTRESET, &emac_p->cfg1.set); /* reset assert */ in pic32_mii_init()77 writel(EMAC_SOFTRESET, &emac_p->cfg1.clr); /* reset deassert */ in pic32_mii_init()219 writel(EMAC_SOFTRESET, &emac_p->cfg1.raw); in pic32_mac_reset()366 writel(EMAC_SOFTRESET, &emac_p->cfg1.raw); in pic32_eth_stop()
85 #define EMAC_SOFTRESET BIT(15) macro
231 #define EMAC_SOFTRESET 0x174 macro1174 emac_write(EMAC_SOFTRESET, 1); in emac_hw_enable()1175 while (emac_read(EMAC_SOFTRESET)) in emac_hw_enable()1614 emac_write(EMAC_SOFTRESET, 1); in emac_dev_stop()