Searched refs:ip17x_updatephy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_phy.h36 int ip17x_updatephy(device_t, int, int, int, int);
H A Dip175d.c68 ip17x_updatephy(sc->sc_dev, 21, 22, 0x3, 0x0);
156 ip17x_updatephy(sc->sc_dev, 22, 0, 0x3fff, 0x003f);
167 ip17x_updatephy(sc->sc_dev, 22, 0, 0xbfff, 0x8000);
178 ip17x_updatephy(sc->sc_dev, 22, 1, 0x0fff, 0x0c3f);
181 ip17x_updatephy(sc->sc_dev, 22, 2, 0x0fff, 0x0000);
183 ip17x_updatephy(sc->sc_dev, 22, 1, 0x0fff, 0x043f);
184 ip17x_updatephy(sc->sc_dev, 22, 2, 0x0fff, 0x0020);
H A Dip175c.c115 err = ip17x_updatephy(sc->sc_dev, 29, 21, 0xff00, reg[2]);
117 err = ip17x_updatephy(sc->sc_dev, 30, 18, 0x00ff, reg[2]);
143 if (ip17x_updatephy(sc->sc_dev, 30, 9, 0x70, 0))
204 ip17x_updatephy(sc->sc_dev, 30, 9, 0x80, 0x80);
210 ip17x_updatephy(sc->sc_dev, 30, 9, 0x80, 0);
H A Dip17x_phy.c96 ip17x_updatephy(device_t dev, int phy, int reg, int mask, int value) function

Completed in 41 milliseconds