E1000_MANC
manc = E1000_READ_REG(hw, E1000_MANC);
E1000_WRITE_REG(hw, E1000_MANC, manc);
if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN))
if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN))
manc = E1000_READ_REG(hw, E1000_MANC);
E1000_WRITE_REG(hw, E1000_MANC, manc);
!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN))
manc = E1000_READ_REG(hw, E1000_MANC);
manc = E1000_READ_REG(hw, E1000_MANC);
int manc = E1000_READ_REG(&sc->hw, E1000_MANC);
E1000_WRITE_REG(&sc->hw, E1000_MANC, manc);
int manc = E1000_READ_REG(&sc->hw, E1000_MANC);
E1000_WRITE_REG(&sc->hw, E1000_MANC, manc);