Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c1853 static ASST_t K7Asst[] = variable
1945 MS_U32 NumOfTag = sizeof(K7Asst)/sizeof(ASST_t); in HAL_NSK2_GetOTPProperties()
1955 ret_size += (K7Asst[i].u8Length + 2); in HAL_NSK2_GetOTPProperties()
1969 *pDesc++ = K7Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1970 *pDesc++ = K7Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1972 if(0x20 == K7Asst[i].u8Tag) //pubOTP...special case.... in HAL_NSK2_GetOTPProperties()
1980 u32Tmp = MDrv_CA_OTP_Read(K7Asst[i].Offset + j); in HAL_NSK2_GetOTPProperties()
1988 else if (0x25 == K7Asst[i].u8Tag) //NV Counter...special case.... in HAL_NSK2_GetOTPProperties()
2004 RunLens = K7Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
2005 RunOffset = K7Asst[i].Offset; in HAL_NSK2_GetOTPProperties()
[all …]