Lines Matching refs:OTPValue
1966 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2034 … HAL_NSK2_OTP_Get(K6liteAsst[i].Offset, K6liteAsst[i].MSB, K6liteAsst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2036 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2039 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2040 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2044 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2045 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2046 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2047 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2056 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
2057 … HALNSK2_DBG(NSK2_DBGLV_DEBUG,"run offset = %x, Value = %x\n", (RunOffset + j),OTPValue); in HAL_NSK2_GetOTPProperties()
2058 memcpy(&BulkData[j],&OTPValue,4); in HAL_NSK2_GetOTPProperties()