• 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 defs:target

67 /* this structure describes the mapping between a Pex Window and a CPU target*/
70 MV_TARGET target;
77 have maximum of 9 CPU target windows ! the following array is a priority
173 MV_TARGET target;
211 /* and disable all PEX target windows */
237 mvOsPrintf("mvPexInit: ERR. mvCpuIfTargetWinGet failed target =%d\n",INTER_REGS);
260 for (target = SDRAM_CS0;target < MV_DRAM_MAX_CS; target++ )
263 status = mvCpuIfTargetWinGet(target,&addrDecWin);
265 if((MV_NO_SUCH == status)&&(target != SDRAM_CS0))
273 mvOsPrintf("mvPexInit: ERR. mvCpuIfTargetWinGet failed target =%d\n",target);
279 if (SDRAM_CS0 == target )
290 /* set a Pex window for this target !
300 pexWin.target = target;
366 for (target = DEV_TO_TARGET(START_DEV_CS);target < DEV_TO_TARGET(MV_DEV_MAX_CS); target++ )
368 status = mvCpuIfTargetWinGet(target,&addrDecWin);
377 mvOsPrintf("mvPexInit: ERR. mvCpuIfTargetWinGet failed target =%d\n",target);
396 /* search in the priority table for this target */
400 if (pexDevBarPrioTable[winIndex] != target)
404 else if (pexDevBarPrioTable[winIndex] == target)
408 /* if the index of this target in the prio table is valid
409 then we set the Pex window for this target, a valid index is
417 /* set a Pex window for this target ! */
425 pexWin.target = target;
485 * mvPexTargetWinSet - Set PEX to peripheral target address window BAR
495 * MV_OK if PEX BAR target window was set correctly,
498 * (e.g. address window overlapps with other active PEX target window).
599 mvCtrlAttribGet(pAddrDecWin->target,&targetAttribs);
604 /* set target ID */
639 * mvPexTargetWinGet - Get PEX to peripheral target address window
642 * Get the PEX to peripheral target address window BAR.
649 * pAddrBarWin - PEX target window information data structure.
726 /* get target bar */
746 pAddrDecWin->target = mvCtrlTargetGet(&targetAttrib);
861 * mvPexTargetWinRemap - Set PEX to target address window remap.
872 * bar - Peripheral target enumerator accessed by slave.
1331 /* don't check our target or illegal targets */
1440 /* don't check our target or illegal targets */
1660 mvCtrlTargetNameGet(win.target), win.addrWin.baseLow );
1680 mvCtrlTargetNameGet(win.target) );
1690 mvCtrlTargetNameGet(win.target) );