PORT_CONTROL2
reg = e6000sw_readreg(sc, REG_PORT(sc, p->es_port), PORT_CONTROL2);
e6000sw_writereg(sc, REG_PORT(sc, p->es_port), PORT_CONTROL2, reg);
ret = e6000sw_readreg(sc, REG_PORT(sc, port), PORT_CONTROL2);
e6000sw_writereg(sc, REG_PORT(sc, port), PORT_CONTROL2, ret);
reg = e6000sw_readreg(sc, REG_PORT(sc, p->es_port), PORT_CONTROL2);
CORE_REGISTER + sc->smi_offset + i, PORT_CONTROL2);
CORE_REGISTER + sc->smi_offset + i, PORT_CONTROL2, data);