Symbol: ip17x_writephy
sys/dev/etherswitch/ip17x/ip175c.c
111
err = ip17x_writephy(sc->sc_dev, 29, 19, reg[0]);
sys/dev/etherswitch/ip17x/ip175c.c
113
err = ip17x_writephy(sc->sc_dev, 29, 20, reg[1]);
sys/dev/etherswitch/ip17x/ip175c.c
139
if (ip17x_writephy(sc->sc_dev, 29, 23, data))
sys/dev/etherswitch/ip17x/ip175c.c
158
if (ip17x_writephy(sc->sc_dev, 30, i, data))
sys/dev/etherswitch/ip17x/ip175c.c
165
if (ip17x_writephy(sc->sc_dev, 29, 30, sc->pvid[i]))
sys/dev/etherswitch/ip17x/ip175c.c
168
if (ip17x_writephy(sc->sc_dev, 29, 24 + i, sc->pvid[i]))
sys/dev/etherswitch/ip17x/ip175c.c
63
if (ip17x_writephy(sc->sc_dev, IP175C_RESET_PHY, IP175C_RESET_REG,
sys/dev/etherswitch/ip17x/ip175c.c
71
if (ip17x_writephy(sc->sc_dev, IP175C_MODE_PHY, IP175C_MODE_REG,
sys/dev/etherswitch/ip17x/ip175d.c
100
ip17x_writephy(sc->sc_dev, 22, 14 + i, i + 1);
sys/dev/etherswitch/ip17x/ip175d.c
109
ip17x_writephy(sc->sc_dev, 22, 14 + i,
sys/dev/etherswitch/ip17x/ip175d.c
124
ip17x_writephy(sc->sc_dev, 23, i,
sys/dev/etherswitch/ip17x/ip175d.c
126
ip17x_writephy(sc->sc_dev, 23, i + 8,
sys/dev/etherswitch/ip17x/ip175d.c
128
ip17x_writephy(sc->sc_dev, 23, i + 16,
sys/dev/etherswitch/ip17x/ip175d.c
133
ip17x_writephy(sc->sc_dev, 22, 10, vlan_mask);
sys/dev/etherswitch/ip17x/ip175d.c
137
ip17x_writephy(sc->sc_dev, 22, 4 + i, sc->pvid[i]);
sys/dev/etherswitch/ip17x/ip175d.c
64
ip17x_writephy(sc->sc_dev, IP175D_RESET_PHY, IP175D_RESET_REG, 0x175d);
sys/dev/etherswitch/ip17x/ip175d.c
71
ip17x_writephy(sc->sc_dev, 22, 3, 0x8100);
sys/dev/etherswitch/ip17x/ip17x.c
613
DEVMETHOD(miibus_writereg, ip17x_writephy),
sys/dev/etherswitch/ip17x/ip17x.c
618
DEVMETHOD(mdio_writereg, ip17x_writephy),
sys/dev/etherswitch/ip17x/ip17x.c
627
DEVMETHOD(etherswitch_writephyreg, ip17x_writephy),
sys/dev/etherswitch/ip17x/ip17x_phy.c
103
return (ip17x_writephy(dev, phy, reg, val));
sys/dev/etherswitch/ip17x/ip17x_phy.h
35
int ip17x_writephy(device_t, int, int, int);