HomeSort by: relevance | last modified time | path
    Searched defs:epic_mii_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
smc83c170.c 84 static int epic_mii_wait(struct epic_softc *, uint32_t);
1324 epic_mii_wait(struct epic_softc *sc, uint32_t rw) function in typeref:typename:int
1351 if ((rv = epic_mii_wait(sc, MMCTL_WRITE)) != 0)
1357 if ((rv = epic_mii_wait(sc, MMCTL_READ)) != 0)
1374 if ((rv = epic_mii_wait(sc, MMCTL_WRITE)) != 0)
smc83c170.c 84 static int epic_mii_wait(struct epic_softc *, uint32_t);
1324 epic_mii_wait(struct epic_softc *sc, uint32_t rw) function in typeref:typename:int
1351 if ((rv = epic_mii_wait(sc, MMCTL_WRITE)) != 0)
1357 if ((rv = epic_mii_wait(sc, MMCTL_READ)) != 0)
1374 if ((rv = epic_mii_wait(sc, MMCTL_WRITE)) != 0)

Completed in 22 milliseconds