E1000_PCS_LCTL_AN_ENABLE
reg &= ~(E1000_PCS_LCTL_AN_ENABLE | E1000_PCS_LCTL_FLV_LINK_UP |
reg |= E1000_PCS_LCTL_AN_ENABLE | /* Enable Autoneg */
reg &= ~E1000_PCS_LCTL_AN_ENABLE; /* Disable Autoneg*/