if_rge.c | 149 void rge_write_phy_ocp(struct rge_softc *, uint16_t, uint16_t); 983 rge_write_phy_ocp(sc, 0xa5d4, val); 1594 rge_write_phy_ocp(sc, 0xa436, 0x801e); 1665 rge_write_phy_ocp(sc, 0xa436, 0x80bf); 1667 rge_write_phy_ocp(sc, 0xa438, val | 0xed00); 1668 rge_write_phy_ocp(sc, 0xa436, 0x80cd); 1670 rge_write_phy_ocp(sc, 0xa438, val | 0x1000); 1671 rge_write_phy_ocp(sc, 0xa436, 0x80d1); 1673 rge_write_phy_ocp(sc, 0xa438, val | 0xc800); 1674 rge_write_phy_ocp(sc, 0xa436, 0x80d4) 2769 rge_write_phy_ocp(struct rge_softc *sc, uint16_t reg, uint16_t val) function in typeref:typename:void [all...] |