Home
last modified time | relevance | path

Searched refs:OTPValue (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalNSK2.c1966 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()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalNSK2.c1963 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2031 HAL_NSK2_OTP_Get(K6Asst[i].Offset, K6Asst[i].MSB, K6Asst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2033 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2036 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2037 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2041 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2042 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2043 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2044 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2053 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalNSK2.c1968 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2036 … HAL_NSK2_OTP_Get(K6liteAsst[i].Offset, K6liteAsst[i].MSB, K6liteAsst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2038 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2041 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2042 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2046 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2047 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2048 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2049 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2058 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/
H A DhalNSK2.c2261 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2317 HAL_NSK2_OTP_Get(KanoAsst[i].Offset, KanoAsst[i].MSB, KanoAsst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2319 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2322 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2323 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2327 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2328 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2329 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2330 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2339 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c1948 MS_U32 OTPValue; in HAL_NSK2_GetOTPProperties() local
2009 HAL_NSK2_OTP_Get(K7Asst[i].Offset, K7Asst[i].MSB, K7Asst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2011 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2014 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2015 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2020 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2021 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2022 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2031 HAL_NSK2_OTP_Get(RunOffset + j, 31, 0, &OTPValue); in HAL_NSK2_GetOTPProperties()
[all …]