• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/

Lines Matching refs:MV_OK

163 *       MV_OK if function success otherwise MV_ERROR or MV_BAD_PARAM
201 if (MV_OK != mvPexBarEnable(pexIf, bar, MV_FALSE))
214 if (MV_OK != mvPexTargetWinEnable(pexIf, winNum, MV_FALSE))
235 if (MV_OK !=mvCpuIfTargetWinGet(INTER_REGS,&addrDecWin))
246 if (MV_OK != mvPexBarSet(pexIf, bar, &pexBar))
271 if (MV_OK != status)
303 if (MV_OK != mvPexTargetWinSet(pexIf,pexCurrWin++,&pexWin))
331 if (MV_OK != mvPexBarSet(pexIf, bar, &pexBar))
340 if (MV_OK != mvPexTargetWinEnable(pexIf, winNum, MV_TRUE))
375 if (MV_OK != status)
428 if (MV_OK != mvPexTargetWinSet(pexIf,pexCurrWin++,
460 if (MV_OK != mvPexBarSet(pexIf, bar, &pexBar))
469 if (MV_OK != mvPexTargetWinEnable(pexIf, winNum, MV_TRUE))
495 * MV_OK if PEX BAR target window was set correctly,
569 if (MV_OK != mvCtrlAddrDecToReg(&(pAddrDecWin->addrWin),&decRegs))
634 return MV_OK;
652 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
700 if (MV_OK != mvCtrlRegToAddrDec(&decRegs,&(pAddrDecWin->addrWin)))
748 return MV_OK;
772 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
819 if (MV_OK != mvPexTargetWinGet(pexIf,winNum, &addrDecWin))
854 return MV_OK;
879 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
936 return MV_OK;
949 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
985 return MV_OK;
1000 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
1128 return MV_OK;
1143 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
1214 return MV_OK;
1228 * MV_BAD_PARAM for bad parameters ,MV_ERROR on error ! otherwise MV_OK
1256 return MV_OK;
1269 return MV_OK;
1274 if (mvPexBarGet(pexIf,barNum,&pexBar) != MV_OK)
1284 return MV_OK;
1291 if (mvPexBarSet(pexIf,barNum,&pexBar) != MV_OK)
1298 return MV_OK;
1338 if (MV_OK != mvPexTargetWinGet(pexIf, win, &addrDecWin))
1388 if (MV_OK != mvPexBarGet(pexIf, bar, &addrDecWin))
1447 if (MV_OK != mvPexBarGet(pexIf, bar, &barDecWin))
1521 * MV_BAD_PARAM when bad parameters ,MV_ERROR on error ,othewise MV_OK
1564 return MV_OK;
1635 if( mvPexBarGet( pexIf, bar, &pexBar ) == MV_OK )
1655 if ( mvPexTargetWinGet(pexIf,winNum,&win) == MV_OK)
1677 if ( mvPexTargetWinGet(pexIf, MV_PEX_WIN_DEFAULT, &win) == MV_OK)
1687 if ( mvPexTargetWinGet(pexIf, MV_PEX_WIN_EXP_ROM, &win) == MV_OK)