93,97c93,97
< vpe_conf0 = xc->readMiscReg(VPEConf0);
< tc_bind_mt = xc->readRegOtherThread(TCBind + Ctrl_Base_DepTag);
< tc_bind = xc->readMiscReg(TCBind);
< vpe_control = xc->readMiscReg(VPEControl);
< mvp_conf0 = xc->readMiscReg(MVPConf0);
---
> vpe_conf0 = xc->readMiscReg(MISCREG_VPE_CONF0);
> tc_bind_mt = xc->readRegOtherThread(MISCREG_TC_BIND + Ctrl_Base_DepTag);
> tc_bind = xc->readMiscReg(MISCREG_TC_BIND);
> vpe_control = xc->readMiscReg(MISCREG_VPE_CONTROL);
> mvp_conf0 = xc->readMiscReg(MISCREG_MVP_CONF0);
102c102
< config3 = xc->readMiscReg(Config3);
---
> config3 = xc->readMiscReg(MISCREG_CONFIG3);