Searched refs:mtd_mii_command (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | mtd8xx.c | 64 static u_int32_t mtd_mii_command(struct mtd_softc *, int, int, int); 214 mtd_mii_command(struct mtd_softc *sc, int opcode, int phy, int reg) in mtd_mii_command() function 258 miir = mtd_mii_command(sc, MII_OPCODE_RD, phy, reg); in mtd_miibus_readreg() 288 miir = mtd_mii_command(sc, MII_OPCODE_WR, phy, reg); in mtd_miibus_writereg()
|