Searched refs:EMAC_SOFTRESET (Results 1 – 3 of 3) 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
232 #define EMAC_SOFTRESET 0x174 macro1167 emac_write(EMAC_SOFTRESET, 1); in emac_hw_enable()1168 while (emac_read(EMAC_SOFTRESET)) in emac_hw_enable()1591 emac_write(EMAC_SOFTRESET, 1); in emac_dev_stop()