ip17x_updatephy
err = ip17x_updatephy(sc->sc_dev, 29, 21, 0xff00, reg[2]);
err = ip17x_updatephy(sc->sc_dev, 30, 18, 0x00ff, reg[2]);
if (ip17x_updatephy(sc->sc_dev, 30, 9, 0x70, 0))
ip17x_updatephy(sc->sc_dev, 30, 9, 0x80, 0x80);
ip17x_updatephy(sc->sc_dev, 30, 9, 0x80, 0);
ip17x_updatephy(sc->sc_dev, 22, 0, 0x3fff, 0x003f);
ip17x_updatephy(sc->sc_dev, 22, 0, 0xbfff, 0x8000);
ip17x_updatephy(sc->sc_dev, 22, 1, 0x0fff, 0x0c3f);
ip17x_updatephy(sc->sc_dev, 22, 2, 0x0fff, 0x0000);
ip17x_updatephy(sc->sc_dev, 22, 1, 0x0fff, 0x043f);
ip17x_updatephy(sc->sc_dev, 22, 2, 0x0fff, 0x0020);
ip17x_updatephy(sc->sc_dev, 21, 22, 0x3, 0x0);
int ip17x_updatephy(device_t, int, int, int, int);