Home
last modified time | relevance | path

Searched refs:dwChipTempValue (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sar/hal/maldives/sar/
H A DhalSAR.c1174 int dwChipTempValue = 0; in HAL_SAR_TSENSOR_OP() local
1339dwChipTempValue = (((hMstarDvfsInfo.dwCode25CValuePm - dwTempValue) * 1264) + 29000); in HAL_SAR_TSENSOR_OP()
1343 dwChipTempValue = ((dwTempValue - hMstarDvfsInfo.dwCode25CValuePm) * 1264); in HAL_SAR_TSENSOR_OP()
1344 dwChipTempValue = (29000 - dwChipTempValue); in HAL_SAR_TSENSOR_OP()
1347 hMstarDvfsInfo.dwFinalPmTemperature = (dwChipTempValue / 1000); in HAL_SAR_TSENSOR_OP()
1396dwChipTempValue = (((hMstarDvfsInfo.dwCode25CValueCpu - dwTempValue) * 1264) + 29000); in HAL_SAR_TSENSOR_OP()
1400 dwChipTempValue = ((dwTempValue - hMstarDvfsInfo.dwCode25CValueCpu) * 1264); in HAL_SAR_TSENSOR_OP()
1401 dwChipTempValue = (29000 - dwChipTempValue); in HAL_SAR_TSENSOR_OP()
1404 hMstarDvfsInfo.dwFinalCpuTemperature = (dwChipTempValue / 1000); in HAL_SAR_TSENSOR_OP()
/utopia/UTPA2-700.0.x/modules/sar/hal/mustang/sar/
H A DhalSAR.c1174 int dwChipTempValue = 0; in HAL_SAR_TSENSOR_OP() local
1339dwChipTempValue = (((hMstarDvfsInfo.dwCode25CValuePm - dwTempValue) * 1264) + 29000); in HAL_SAR_TSENSOR_OP()
1343 dwChipTempValue = ((dwTempValue - hMstarDvfsInfo.dwCode25CValuePm) * 1264); in HAL_SAR_TSENSOR_OP()
1344 dwChipTempValue = (29000 - dwChipTempValue); in HAL_SAR_TSENSOR_OP()
1347 hMstarDvfsInfo.dwFinalPmTemperature = (dwChipTempValue / 1000); in HAL_SAR_TSENSOR_OP()
1396dwChipTempValue = (((hMstarDvfsInfo.dwCode25CValueCpu - dwTempValue) * 1264) + 29000); in HAL_SAR_TSENSOR_OP()
1400 dwChipTempValue = ((dwTempValue - hMstarDvfsInfo.dwCode25CValueCpu) * 1264); in HAL_SAR_TSENSOR_OP()
1401 dwChipTempValue = (29000 - dwChipTempValue); in HAL_SAR_TSENSOR_OP()
1404 hMstarDvfsInfo.dwFinalCpuTemperature = (dwChipTempValue / 1000); in HAL_SAR_TSENSOR_OP()