Lines Matching refs:countValue
9120 48 UINT64 countValue;
9121 49 _plat__NvMemoryRead(s_maxCountAddr, sizeof(UINT64), &countValue);
9122 50 return countValue;
10374 903 UINT64 countValue;
10376 905 NvGetIntIndexData(nvHandle, &nvIndex, &countValue);
10377 906 if(countValue > maxCount)
10378 907 maxCount = countValue;
10829 1241 UINT64 countValue;
10831 1243 NvGetIntIndexData(handle, &nvIndex, &countValue);
10833 1245 if(countValue > maxCount)
10834 1246 NvWriteMaxCount(countValue);