Searched refs:STACR_OC (Results 1 – 4 of 4) sorted by relevance
170 #define STACR_OC 0x00008000 /* operation complete */ macro
393 while ((_emac3_reg_read_4(EMAC3_STACR) & STACR_OC) == 0 && in emac3_phy_ready()
214 #define STACR_OC 0x00008000 /* operation complete */ macro
485 sc->sc_stacr_bits = STACR_OC; in emac_attach()1542 oc = EMAC_READ(sc, EMAC_STACR) & STACR_OC; in emac_mii_wait()1543 while ((oc == STACR_OC) != sc->sc_stacr_completed) { in emac_mii_wait()1549 oc = EMAC_READ(sc, EMAC_STACR) & STACR_OC; in emac_mii_wait()