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

  /src/sys/dev/ic/
bcmgenetreg.h 81 #define GENET_MDIO_CMD 0xe14
bcmgenet.c 98 WR4(sc, GENET_MDIO_CMD,
103 if ((RD4(sc, GENET_MDIO_CMD) & GENET_MDIO_START_BUSY) == 0) {
104 *val = RD4(sc, GENET_MDIO_CMD) & 0xffff;
125 WR4(sc, GENET_MDIO_CMD,
130 if ((RD4(sc, GENET_MDIO_CMD) & GENET_MDIO_START_BUSY) == 0)

Completed in 14 milliseconds