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

  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 316 static uint32_t emac_mii_wait(struct emac_softc *);
1417 if ((rv = emac_mii_wait(sc)) != 0)
1427 if ((rv = emac_mii_wait(sc)) != 0)
1454 if ((rv = emac_mii_wait(sc)) != 0)
1465 if ((rv = emac_mii_wait(sc)) != 0)
1530 emac_mii_wait(struct emac_softc *sc) function in typeref:typename:uint32_t
if_emac.c 316 static uint32_t emac_mii_wait(struct emac_softc *);
1417 if ((rv = emac_mii_wait(sc)) != 0)
1427 if ((rv = emac_mii_wait(sc)) != 0)
1454 if ((rv = emac_mii_wait(sc)) != 0)
1465 if ((rv = emac_mii_wait(sc)) != 0)
1530 emac_mii_wait(struct emac_softc *sc) function in typeref:typename:uint32_t

Completed in 23 milliseconds