HomeSort by: relevance | last modified time | path
    Searched refs:rge_write_phy_ocp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
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...]
if_rgereg.h 424 rge_write_phy_ocp(sc, reg, rge_read_phy_ocp(sc, reg) | (val))
427 rge_write_phy_ocp(sc, reg, rge_read_phy_ocp(sc, reg) & ~(val))

Completed in 17 milliseconds