| if_rge.c | 150 void		rge_write_phy_ocp(struct rge_softc *, uint16_t, uint16_t); 984 	rge_write_phy_ocp(sc, 0xa5d4, val);
 1595 	rge_write_phy_ocp(sc, 0xa436, 0x801e);
 1666 	rge_write_phy_ocp(sc, 0xa436, 0x80bf);
 1668 	rge_write_phy_ocp(sc, 0xa438, val | 0xed00);
 1669 	rge_write_phy_ocp(sc, 0xa436, 0x80cd);
 1671 	rge_write_phy_ocp(sc, 0xa438, val | 0x1000);
 1672 	rge_write_phy_ocp(sc, 0xa436, 0x80d1);
 1674 	rge_write_phy_ocp(sc, 0xa438, val | 0xc800);
 1675 	rge_write_phy_ocp(sc, 0xa436, 0x80d4)
 2770 rge_write_phy_ocp(struct rge_softc *sc, uint16_t reg, uint16_t val)  function in typeref:typename:void
 [all...]
 |