Searched refs:MV_FALSE (Results 1 - 25 of 34) 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
716 if (pexPower == MV_FALSE)
722 if (pexPower == MV_FALSE)
723 mvCtrlPwrClckSet(PEX_UNIT_ID, 0, MV_FALSE);
846 * MV_TRUE if address window overlaps, MV_FALSE otherwise.
873 return MV_FALSE;
[all...]
H A DmvCtrlEnvSpec.h199 #define MV_ETH_PORT_SGMII { MV_FALSE, MV_FALSE }
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/
H A DmvStack.h53 return MV_FALSE;
63 return MV_FALSE;
H A DmvTypes.h112 #define MV_FALSE 0 macro
113 #define MV_TRUE (!(MV_FALSE))
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/sys/
H A DmvSysDram.c230 pAddrDecWin->enable = MV_FALSE;
271 if (MV_FALSE == sdramIfWinOverlap(target, &(addrDecWin.addrWin)))
308 * decode map, MV_FALSE otherwise.
332 if (MV_FALSE == addrDecWin.enable)
346 return MV_FALSE;
H A DmvAhbToMbus.c210 mvAhbToMbusWinEnable(winNum,MV_FALSE);
311 pAddrDecWin->enable = MV_FALSE;
419 if (decWin.enable == MV_FALSE)
649 if (MV_OK != mvAhbToMbusWinEnable(winNum1,MV_FALSE))
656 if (MV_OK != mvAhbToMbusWinEnable(winNum2,MV_FALSE))
854 if (ctrl->highPrio == MV_FALSE)
863 if (ctrl->fixedRoundRobin == MV_FALSE)
872 if (ctrl->starvEn == MV_FALSE)
910 ctrl->highPrio = MV_FALSE;
919 ctrl->fixedRoundRobin = MV_FALSE;
[all...]
H A DmvSysGbe.c142 if(isFirst == MV_FALSE)
147 isFirst = MV_FALSE;
281 mvEthWinEnable(port, winNum, MV_FALSE);
348 pAddrDecWin->enable = MV_FALSE;
394 if (MV_FALSE == ethWinOverlapDetect(port, winNum, &(addrDecWin.addrWin)))
532 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
579 return MV_FALSE;
637 if (MV_FALSE == mvCtrlPwrClckGet(ETH_GIG_UNIT_ID, port)) continue;
651 if (MV_FALSE == mvCtrlPwrClckGet(ETH_GIG_UNIT_ID, port))
H A DmvSysTdm.c122 mvTdmWinEnable(winNum, MV_FALSE);
227 mvTdmWinEnable(winNum, MV_FALSE);
298 pAddrDecWin->enable = MV_FALSE;
344 if (MV_FALSE == tdmWinOverlapDetect(winNum, &(addrDecWin.addrWin)))
382 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
414 return MV_FALSE;
H A DmvSysTs.c266 mvTsuWinEnable(winNum, MV_FALSE);
334 pAddrDecWin->enable = MV_FALSE;
382 if(MV_FALSE == tsuWinOverlapDetect(winNum,&(addrDecWin.addrWin)))
470 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
507 return MV_FALSE;
532 if (MV_FALSE == mvCtrlPwrClckGet(TS_UNIT_ID, 0))
H A DmvSysCesa.c142 pDecWin->enable = MV_FALSE;
167 * MV_FALSE - otherwise, MV_ERROR if reading invalid data
192 if(addrDecWin.enable == MV_FALSE)
202 return MV_FALSE;
H A DmvSysPex.c201 if (MV_OK != mvPexBarEnable(pexIf, bar, MV_FALSE))
214 if (MV_OK != mvPexTargetWinEnable(pexIf, winNum, MV_FALSE))
299 pexWin.enable =MV_FALSE;
424 pexWin.enable = MV_FALSE;
538 if (MV_FALSE == pexIsWinWithinBar(pexIf,&pAddrDecWin->addrWin))
713 pAddrDecWin->enable = MV_FALSE;
802 if (MV_FALSE == enable)
832 if (MV_FALSE == pexIsWinWithinBar(pexIf,&addrDecWin.addrWin))
1116 else if (MV_FALSE == pAddrWin->enable)
1196 pAddrWin->enable = MV_FALSE;
[all...]
H A DmvSysSata.c115 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
141 if(addrDecWin.enable == MV_FALSE)
151 return MV_FALSE;
295 pAddrDecWin->enable = MV_FALSE;
325 if (MV_FALSE == mvCtrlPwrClckGet(SATA_UNIT_ID, j))
H A DmvSysSdmmc.c115 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
141 if(addrDecWin.enable == MV_FALSE)
151 return MV_FALSE;
295 pAddrDecWin->enable = MV_FALSE;
323 if (MV_FALSE == mvCtrlPwrClckGet(SDIO_UNIT_ID, 0))
H A DmvCpuIf.c165 mvCpuIfTargetWinEnable(MV_CHANGE_BOOT_CS(target),MV_FALSE); local
235 if (MV_OK != mvCpuIfTargetWinEnable(target, MV_FALSE))
353 mvAhbToMbusWinEnable(existingWinNum , MV_FALSE);
636 if (MV_FALSE == addrDecWin.enable)
682 if (MV_FALSE == addrDecWin.enable)
889 * decode map, MV_FALSE otherwise.
928 if (MV_FALSE == addrDecWin.enable)
942 return MV_FALSE;
H A DmvSysAudio.c199 pAddrDecWin->enable = MV_FALSE;
225 if (MV_FALSE == mvCtrlPwrClckGet(AUDIO_UNIT_ID, 0))
H A DmvSysUsb.c123 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
149 if(addrDecWin.enable == MV_FALSE)
159 return MV_FALSE;
312 pDecWin->enable = MV_FALSE;
H A DmvSysXor.c119 mvXorTargetWinEnable(unit,winNum, MV_FALSE);
361 else pAddrDecWin->enable = MV_FALSE;
555 * decode map, MV_FALSE otherwise, MV_ERROR if reading invalid data
604 return MV_FALSE;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cntmr/
H A DmvCntmr.c243 pCtrl->enable = MV_FALSE;
253 pCtrl->autoEnable = MV_FALSE;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/pci_util/
H A DmvPciUtils.c301 if (mvBoardIsOurPciSlot(bus, dev) == MV_FALSE)
342 pPciAgent->isFastB2BCapable = MV_FALSE;
351 pPciAgent->isCapListSupport=MV_FALSE;
360 pPciAgent->is66MHZCapable=MV_FALSE;
412 pPciAgent->isMultiFunction=MV_FALSE;
421 pPciAgent->isBISTCapable=MV_FALSE;
480 pPciAgent->bIO32 = MV_FALSE;
546 pPciAgent->bPrefMem64 = MV_FALSE;
600 pPciAgent->isExpRom = MV_FALSE;
732 pPciAgent->pciBar[detectedBar].isPrefetchable = MV_FALSE;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/boardEnv/
H A DmvBoardEnvLib.c86 #define CODE_IN_ROM MV_FALSE
234 * This routine returns MV_TRUE for port number works in SGMII or MV_FALSE
245 * MV_FALSE - other.
255 return MV_FALSE;
264 * This routine returns MV_TRUE for port number works in GMII or MV_FALSE
274 * MV_FALSE - other.
290 return MV_FALSE;
520 * otherwise return MV_FALSE.
527 return MV_FALSE;
1259 twsiSlave.moreThen256 = MV_FALSE;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEthGbe.h266 return MV_FALSE;
279 return MV_FALSE;
292 return MV_FALSE;
303 return MV_FALSE;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/spi/
H A DmvSpi.c89 MV_BOOL ready = MV_FALSE;
158 MV_BOOL ready = MV_FALSE;
203 * use16BitMode: Whether to use 2bytes (MV_TRUE) or 1bytes (MV_FALSE)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/twsi/
H A DmvTwsi.c97 return MV_FALSE;
126 MV_BOOL isIntFlag = MV_FALSE;
237 * MV_TRUE is interrupt flag is set, MV_FALSE otherwise.
250 return MV_FALSE;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/
H A DmvDram.c190 pBankInfo->registeredAddrAndControlInputs = MV_FALSE;
197 pBankInfo->registeredAddrAndControlInputs = MV_FALSE;
216 * MV_TRUE if function could read DIMM parameters, MV_FALSE otherwise.
236 twsiSlave.moreThen256 = MV_FALSE;
269 twsiSlave.moreThen256 = MV_FALSE;
300 * MV_TRUE if function could read DIMM parameters, MV_FALSE otherwise.
328 twsiSlave.moreThen256 = MV_FALSE;
H A DmvDramIf.c153 mvCpuIfTargetWinEnable(i, MV_FALSE);
1350 pAddrDecWin->enable = MV_FALSE;
1391 if (MV_FALSE == sdramIfWinOverlap(target, &(addrDecWin.addrWin)))
1428 * decode map, MV_FALSE otherwise.
1452 if (MV_FALSE == addrDecWin.enable)
1466 return MV_FALSE;

Completed in 71 milliseconds

12