Searched refs:burstLengthSupported (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/
H A DmvDramIf.h121 MV_U32 burstLengthSupported; member in struct:_mvDramBankInfo
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/
H A DmvDram.h157 MV_U32 burstLengthSupported; member in struct:_mvDimmInfo
H A DmvDramIf.h125 MV_U32 burstLengthSupported; member in struct:_mvDramBankInfo
H A DmvDram.c443 pDimmInfo->burstLengthSupported = data[DIMM_BURST_LEN_SUP];
444 DB(mvOsPrintf("DRAM burstLengthSupported[16] 0x%x\n",
445 pDimmInfo->burstLengthSupported));
859 if (dimmInfo.burstLengthSupported & BIT0)
861 if (dimmInfo.burstLengthSupported & BIT1)
864 if (dimmInfo.burstLengthSupported & BIT2)
866 if (dimmInfo.burstLengthSupported & BIT3)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/spd/
H A DmvSpd.h158 MV_U32 burstLengthSupported; member in struct:_mvDimmInfo
H A DmvSpd.c438 pDimmInfo->burstLengthSupported = data[DIMM_BURST_LEN_SUP];
439 DB(mvOsPrintf("DRAM burstLengthSupported[16] 0x%x\n",
440 pDimmInfo->burstLengthSupported));
854 if (dimmInfo.burstLengthSupported & BIT0)
856 if (dimmInfo.burstLengthSupported & BIT1)
859 if (dimmInfo.burstLengthSupported & BIT2)
861 if (dimmInfo.burstLengthSupported & BIT3)

Completed in 37 milliseconds