Home
last modified time | relevance | path

Searched refs:STACR_OC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/playstation2/dev/
H A Demac3reg.h170 #define STACR_OC 0x00008000 /* operation complete */ macro
H A Demac3.c393 while ((_emac3_reg_read_4(EMAC3_STACR) & STACR_OC) == 0 && in emac3_phy_ready()
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Demacreg.h214 #define STACR_OC 0x00008000 /* operation complete */ macro
H A Dif_emac.c485 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()