E1000_TIPG
E1000_WRITE_REG(&adapter->hw, E1000_TIPG, tipg);
E1000_WRITE_REG(&sc->hw, E1000_TIPG, tipg);
tipg = E1000_READ_REG(hw, E1000_TIPG);
E1000_WRITE_REG(hw, E1000_TIPG, tipg);
tipg = E1000_READ_REG(hw, E1000_TIPG);
E1000_WRITE_REG(hw, E1000_TIPG, tipg);
reg_data = E1000_READ_REG(hw, E1000_TIPG);
E1000_WRITE_REG(hw, E1000_TIPG, reg_data);
tipg_reg = E1000_READ_REG(hw, E1000_TIPG);
E1000_WRITE_REG(hw, E1000_TIPG, tipg_reg);
DUMPREG(E1000_TIPG);