• 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

72     MV_TARGET     target;
184 ethWin.target = ethAddrDecPrioTap[winPrioIndex];
208 * mvEthWinSet - Set ETH target address window
211 * This function sets a peripheral target (e.g. SDRAM bank0, PCI_MEM0)
213 * After setting this target window, the ETH will be able to access the
214 * target within the address window.
217 * winNum - ETH to target address decode window number.
218 * pAddrDecWin - ETH target window data structure.
225 * MV_BAD_PARAM if base address is invalid parameter or target is
252 "target %s.\nAddress 0x%08x is unaligned to size 0x%x.\n",
254 mvCtrlTargetNameGet(pAddrDecWin->target),
270 mvCtrlAttribGet(pAddrDecWin->target,&targetAttribs);
275 /* set target ID */
287 /* Enable address decode target window */
297 * mvETHWinGet - Get dma peripheral target address window.
300 * Get ETH peripheral target address window.
303 * winNum - ETH to target address decode window number.
306 * pAddrDecWin - ETH target window data structure.
339 pAddrDecWin->target = mvCtrlTargetGet(&targetAttrib);
355 * mvEthWinEnable - Enable/disable a ETH to target address window
358 * This function enable/disable a ETH to target address window.
364 * winNum - ETH to target address decode window number.
396 /* No Overlap. Enable address decode target window */
406 { /* Disable address decode target window */
413 * mvEthWinTargetGet - Get Window number associated with target
425 MV_U32 mvEthWinTargetGet(int port, MV_TARGET target)
431 if (target >= MAX_TARGETS)
433 mvOsPrintf("mvAhbToMbusWinTargetGet: target %d is Illigal\n", target);
447 if (decWin.target == target)
457 * mvEthProtWinSet - Set access protection of Ethernet to target window.
461 * of the Ethenret to target windows (address decode windows). This
466 * winNum - IETH to target address decode window number.
618 mvCtrlTargetNameGet(win.target), win.addrWin.baseLow );