Searched refs:be_mii_sendbits (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/sbus/ |
H A D | be.c | 169 static void be_mii_sendbits(struct be_softc *, int, u_int32_t, int); 1223 be_mii_sendbits(struct be_softc *sc, int phy, u_int32_t data, int nbits) in be_mii_sendbits() function 1241 be_mii_sendbits(sc, phy, MII_COMMAND_START, 2); in be_mii_readreg() 1242 be_mii_sendbits(sc, phy, MII_COMMAND_READ, 2); in be_mii_readreg() 1243 be_mii_sendbits(sc, phy, phy, 5); in be_mii_readreg() 1244 be_mii_sendbits(sc, phy, reg, 5); in be_mii_readreg() 1269 be_mii_sendbits(sc, phy, MII_COMMAND_START, 2); in be_mii_writereg() 1270 be_mii_sendbits(sc, phy, MII_COMMAND_WRITE, 2); in be_mii_writereg() 1271 be_mii_sendbits(sc, phy, phy, 5); in be_mii_writereg() 1272 be_mii_sendbits(sc, phy, reg, 5); in be_mii_writereg()
|