Searched refs:bfe_readphy (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bfe/ |
H A D | if_bfe.c | 116 static int bfe_readphy (struct bfe_softc *, u_int32_t, u_int32_t*); 621 bfe_readphy(sc, reg, &ret); in bfe_miibus_readreg() 891 bfe_readphy(sc, 0, &val); in bfe_resetphy() 1181 bfe_readphy(struct bfe_softc *sc, u_int32_t reg, u_int32_t *val) in bfe_readphy() function 1225 bfe_readphy(sc, 26, &val); in bfe_setupphy() 1227 bfe_readphy(sc, 26, &val); in bfe_setupphy() 1230 bfe_readphy(sc, 27, &val); in bfe_setupphy()
|