Searched refs:MV_U64 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/cpu/
H A DmvCpuL2Cntrs.h70 MV_U64 counters_before[MV_CPU_L2_CNTRS_NUM];
71 MV_U64 counters_after[MV_CPU_L2_CNTRS_NUM];
72 MV_U64 counters_sum[MV_CPU_L2_CNTRS_NUM];
86 static INLINE MV_U64 mvCpuL2CntrsRead(const int counter)
105 return (((MV_U64)high << 32 ) | low);
H A DmvCpuCntrs.h92 MV_U64 counters_before[MV_CPU_CNTRS_NUM];
93 MV_U64 counters_after[MV_CPU_CNTRS_NUM];
94 MV_U64 counters_sum[MV_CPU_CNTRS_NUM];
113 static INLINE MV_U64 mvCpuCntrsRead(const int counter)
148 return (((MV_U64)high << 32 ) | low);
H A DmvCpuL2Cntrs.c111 MV_U64 counters_avg;
H A DmvCpuCntrs.c176 MV_U64 counters_avg;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/
H A DmvTypes.h135 typedef unsigned long MV_U64; typedef
138 typedef unsigned long long MV_U64; typedef
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/linux_oss/
H A DmvOs.h201 static INLINE MV_U64 mvOsDivMod64(MV_U64 divided, MV_U64 divisor, MV_U64* modulu)
203 MV_U64 division = 0;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci-if/pci_util/
H A DmvPciUtils.h224 MV_U64 barBaseAddr;
237 MV_U64 barSize;
H A DmvPciUtils.c763 (MV_U64)pPciAgent->pciBar[detectedBar].barBaseHigh;
768 (MV_U64)pPciAgent->pciBar[detectedBar].barBaseLow;
905 (MV_U64)pPciAgent->pciBar[detectedBar].barSizeLow;

Completed in 38 milliseconds