Searched refs:MV_TRUE (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/
H A DmvCtrlEnvLib.c459 * MV_TRUE if NAND is supported and MV_FALSE otherwise
500 * MV_TRUE if SDIO is supported and MV_FALSE otherwise
541 * MV_TRUE if TS is supported and MV_FALSE otherwise
581 * MV_TRUE if AUDIO is supported and MV_FALSE otherwise
622 * MV_TRUE if TDM is supported and MV_FALSE otherwise
717 mvCtrlPwrClckSet(PEX_UNIT_ID, 0, MV_TRUE);
846 * MV_TRUE if address window overlaps, MV_FALSE otherwise.
857 return MV_TRUE;
869 return MV_TRUE;
893 * MV_TRUE i
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/
H A DmvSysTs.c170 if (cpuAddrDecWin.enable == MV_TRUE)
175 tsuWin.enable = MV_TRUE;
229 if(MV_TRUE == tsuWinOverlapDetect(winNum, &pAddrDecWin->addrWin))
273 if(pAddrDecWin->enable == MV_TRUE)
275 mvTsuWinEnable(winNum,MV_TRUE);
330 pAddrDecWin->enable = MV_TRUE;
372 if(enable == MV_TRUE)
438 if (decWin.enable == MV_TRUE)
469 * MV_TRUE if the given address window overlap current address
502 if (MV_TRUE
[all...]
H A DmvSysCesa.c124 pDecWin->enable = MV_TRUE;
165 * MV_TRUE - if the given address window overlap current address
197 if (MV_TRUE == ctrlWinOverlapTest(pAddrWin, &(addrDecWin.addrWin)))
199 return MV_TRUE;
240 if (MV_TRUE == cesaWinOverlapDetect(winNum, &pDecWin->addrWin))
269 if (pDecWin->enable == MV_TRUE)
321 if (cpuAddrDecWin.enable == MV_TRUE)
326 cesaWin.enable = MV_TRUE;
H A DmvSysDram.c111 if (MV_TRUE == sdramIfWinOverlap(target, &pAddrDecWin->addrWin))
157 if (MV_TRUE == pAddrDecWin->enable)
226 pAddrDecWin->enable = MV_TRUE;
262 if (enable == MV_TRUE)
307 * MV_TRUE if the given address window overlaps any enabled address
337 if(MV_TRUE == ctrlWinOverlapTest(pAddrWin, &addrDecWin.addrWin))
342 return MV_TRUE;
H A DmvSysTdm.c141 if (cpuAddrDecWin.enable == MV_TRUE)
146 tdmWin.enable = MV_TRUE;
196 if (MV_TRUE == tdmWinOverlapDetect(winNum, &pAddrDecWin->addrWin))
237 if (pAddrDecWin->enable == MV_TRUE)
239 mvTdmWinEnable(winNum, MV_TRUE);
294 pAddrDecWin->enable = MV_TRUE;
328 if (MV_TRUE == enable)
381 * MV_TRUE if the given address window overlap current address
408 if (MV_TRUE == ctrlWinOverlapTest(pAddrWin, &(addrDecWin.addrWin)))
410 return MV_TRUE;
[all...]
H A DmvSysGbe.c140 static MV_BOOL isFirst = MV_TRUE;
178 if (cpuAddrDecWin.enable == MV_TRUE)
183 ethWin.enable = MV_TRUE;
242 if (MV_TRUE == ethWinOverlapDetect(port, winNum, &pAddrDecWin->addrWin))
288 if (pAddrDecWin->enable == MV_TRUE)
290 mvEthWinEnable(port, winNum, MV_TRUE);
344 pAddrDecWin->enable = MV_TRUE;
385 if (enable == MV_TRUE)
445 if (decWin.enable == MV_TRUE)
531 * MV_TRUE i
[all...]
H A DmvSysPex.c244 pexBar.enable = MV_TRUE;
276 if (addrDecWin.enable == MV_TRUE)
320 if (MV_TRUE == pexBarOverlapDetect(pexIf,bar,&pexBar.addrWin))
328 pexBar.enable = MV_TRUE;
340 if (MV_OK != mvPexTargetWinEnable(pexIf, winNum, MV_TRUE))
381 if (addrDecWin.enable == MV_TRUE)
441 pexBar.enable = MV_TRUE;
452 if (MV_TRUE == pexBarOverlapDetect(pexIf,bar,&pexBar.addrWin))
469 if (MV_OK != mvPexTargetWinEnable(pexIf, winNum, MV_TRUE))
527 if (MV_TRUE
[all...]
H A DmvSysSata.c114 * MV_TRUE if the given address window overlap current address
146 if (MV_TRUE == ctrlWinOverlapTest(pAddrWin, &(addrDecWin.addrWin)))
148 return MV_TRUE;
190 if (MV_TRUE == sataWinOverlapDetect(dev, winNum, &pAddrDecWin->addrWin))
227 if (pAddrDecWin->enable == MV_TRUE)
291 pAddrDecWin->enable = MV_TRUE;
410 if (cpuAddrDecWin.enable == MV_TRUE)
415 sataWin.enable = MV_TRUE;
H A DmvSysSdmmc.c114 * MV_TRUE if the given address window overlap current address
146 if (MV_TRUE == ctrlWinOverlapTest(pAddrWin, &(addrDecWin.addrWin)))
148 return MV_TRUE;
190 if (MV_TRUE == sdmmcWinOverlapDetect(dev, winNum, &pAddrDecWin->addrWin))
227 if (pAddrDecWin->enable == MV_TRUE)
291 pAddrDecWin->enable = MV_TRUE;
407 if (cpuAddrDecWin.enable == MV_TRUE)
412 sdmmcWin.enable = MV_TRUE;
H A DmvSysUsb.c122 * MV_TRUE if the given address window overlap current address
154 if (MV_TRUE == ctrlWinOverlapTest(pAddrWin, &(addrDecWin.addrWin)))
156 return MV_TRUE;
197 if (MV_TRUE == usbWinOverlapDetect(dev, winNum, &pDecWin->addrWin))
241 if (pDecWin->enable == MV_TRUE)
294 pDecWin->enable = MV_TRUE;
362 if (cpuAddrDecWin.enable == MV_TRUE)
367 usbWin.enable = MV_TRUE;
H A DmvSysAudio.c131 if (pAddrDecWin->enable == MV_TRUE)
195 pAddrDecWin->enable = MV_TRUE;
307 if (cpuAddrDecWin.enable == MV_TRUE)
312 audioWin.enable = MV_TRUE;
H A DmvSysXor.c142 if (cpuAddrDecWin.enable == MV_TRUE)
149 addrDecWin.enable = MV_TRUE;
237 if (MV_TRUE == xorWinOverlapDetect(unit, winNum, &pAddrDecWin->addrWin))
359 pAddrDecWin->enable = MV_TRUE;
371 * if parameter 'enable' == MV_TRUE the routine will enable the
398 if (enable == MV_TRUE)
408 if (MV_TRUE == xorWinOverlapDetect(unit,winNum, &(addrDecWin.addrWin)))
554 * MV_TRUE if the given address window overlap current address
597 if (MV_TRUE == ctrlWinOverlapTest(pAddrWin, &(addrDecWin.addrWin)))
599 return MV_TRUE;
[all...]
H A DmvAhbToMbus.c187 if (MV_TRUE == pAddrDecWin->enable)
299 pAddrDecWin->enable = MV_TRUE;
307 pAddrDecWin->enable = MV_TRUE;
374 if (decWin.enable == MV_TRUE)
435 * if parameter 'enable' == MV_TRUE the routine will enable the
467 if (enable == MV_TRUE)
906 ctrl->highPrio = MV_TRUE;
915 ctrl->fixedRoundRobin = MV_TRUE;
924 ctrl->starvEn = MV_TRUE;
H A DmvCpuIf.c309 if (MV_TRUE == cpuTargetWinOverlap(target, &pAddrDecWin->addrWin))
350 if (MV_TRUE == pAddrDecWin->enable)
457 * if parameter 'enable' == MV_TRUE the routine will enable the
502 if (MV_TRUE == enable)
504 if (MV_TRUE == cpuTargetWinOverlap(target, &addrDecWin.addrWin))
587 if (addrDecWin.enable == MV_TRUE)
888 * MV_TRUE if the given address window overlaps current address
924 return MV_TRUE;
933 if(MV_TRUE == ctrlWinOverlapTest(pAddrWin, &addrDecWin.addrWin))
938 return MV_TRUE;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/
H A DmvTwsi.c95 return MV_TRUE;
132 isIntFlag = MV_TRUE;
148 if(MV_TRUE == twsiTimeoutChk(timeout,"TWSI: mvTwsiStartBitSet ERROR - Start Clear bit TimeOut .\n"))
186 * MV_TRUE is stop bit was set successfuly on the bus.
204 if(MV_TRUE == twsiTimeoutChk(timeout,"TWSI: mvTwsiStopBitSet ERROR - Stop bit TimeOut .\n"))
237 * MV_TRUE is interrupt flag is set, MV_FALSE otherwise.
248 return MV_TRUE;
557 if(MV_TRUE == twsiTimeoutChk(timeout,"TWSI: twsiAddr10BitSet ERROR - 1st addr (10Bit) Int TimeOut.\n"))
582 if(MV_TRUE == twsiTimeoutChk(timeout,"TWSI: twsiAddr10BitSet ERROR - 2nd (10 Bit) Int TimOut.\n"))
640 if(MV_TRUE
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/
H A DmvStack.h51 return MV_TRUE;
61 return MV_TRUE;
H A DmvStack.c93 if(isPrintElements == MV_TRUE)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/pci_util/
H A DmvPciUtils.c154 if (MV_OK != mvPciIfMasterEnable(pciIf,MV_TRUE))
204 if (pPciDevice->isMultiFunction == MV_TRUE)
338 pPciAgent->isFastB2BCapable = MV_TRUE;
347 pPciAgent->isCapListSupport=MV_TRUE;
356 pPciAgent->is66MHZCapable=MV_TRUE;
408 pPciAgent->isMultiFunction=MV_TRUE;
417 pPciAgent->isBISTCapable=MV_TRUE;
485 pPciAgent->bIO32 = MV_TRUE;
557 pPciAgent->bPrefMem64 = MV_TRUE;
596 pPciAgent->isExpRom = MV_TRUE;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cntmr/
H A DmvCntmr.c239 pCtrl->enable = MV_TRUE;
249 pCtrl->autoEnable = MV_TRUE;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/
H A DmvDramIf.c216 dramDecWin.enable = MV_TRUE;
787 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
794 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
811 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
818 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
825 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
832 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
839 if (pBankInfo->registeredAddrAndControlInputs == MV_TRUE)
1230 if (MV_TRUE == sdramIfWinOverlap(target, &pAddrDecWin->addrWin))
1276 if (MV_TRUE
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEthGbe.h264 return MV_TRUE;
277 return MV_TRUE;
290 return MV_TRUE;
301 return MV_TRUE;
434 while(MV_TRUE)
553 while(MV_TRUE)
617 while(MV_TRUE)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/linux_oss/
H A DmvOsSata.h132 #define mvOsSemInit(x) MV_TRUE
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci/
H A DmvPci.c86 mvPciMasterEnable(pciIf, MV_TRUE);
90 mvPciLocalDevNumGet(pciIf), MV_TRUE);
377 * enable - Enable/disable parameter. If enable = MV_TRUE then enable.
407 if (MV_TRUE == enable)
749 if (MV_TRUE == enable)
807 if (MV_TRUE == enable)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pex/
H A DmvPex.c153 mvPexMasterEnable(pexIf, MV_TRUE);
157 mvPexLocalDevNumGet(pexIf), MV_TRUE);
240 pexMode->pexLinkUp = MV_TRUE;
745 if (MV_TRUE == enable)
806 if (MV_TRUE == enable)
1050 * enable - MV_TRUE to enable ASPM, MV_FALSE to disable.
1070 if(enable == MV_TRUE)
1077 if(enable == MV_TRUE)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/boardEnv/
H A DmvBoardEnvLib.c87 #define CODE_IN_RAM MV_TRUE
234 * This routine returns MV_TRUE for port number works in SGMII or MV_FALSE
244 * MV_TRUE - port in SGMII.
264 * This routine returns MV_TRUE for port number works in GMII or MV_FALSE
273 * MV_TRUE - port in GMII.
285 return MV_TRUE;
288 return MV_TRUE;
519 * RETURN: Return MV_TRUE and parameters in case board need spesific phy init,
1255 twsiSlave.validOffset = MV_TRUE;
1344 twsiSlave.validOffset = MV_TRUE;
[all...]

Completed in 112 milliseconds

12