Searched refs:bfe_writephy (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bfe/ |
H A D | if_bfe.c | 117 static int bfe_writephy (struct bfe_softc *, u_int32_t, u_int32_t); 632 bfe_writephy(sc, reg, val); in bfe_miibus_writereg() 889 bfe_writephy(sc, 0, BMCR_RESET); in bfe_resetphy() 1199 bfe_writephy(struct bfe_softc *sc, u_int32_t reg, u_int32_t val) in bfe_writephy() function 1226 bfe_writephy(sc, 26, val & 0x7fff); in bfe_setupphy() 1231 bfe_writephy(sc, 27, val | (1 << 6)); in bfe_setupphy()
|