Lines Matching refs:K6Asst
1868 static ASST_t K6Asst[] = variable
1960 MS_U32 NumOfTag = sizeof(K6Asst)/sizeof(ASST_t); in HAL_NSK2_GetOTPProperties()
1970 ret_size += (K6Asst[i].u8Length + 2); in HAL_NSK2_GetOTPProperties()
1983 *pDesc++ = K6Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1984 *pDesc++ = K6Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1986 if(0x20 == K6Asst[i].u8Tag) //pubOTP...special case.... in HAL_NSK2_GetOTPProperties()
1995 u32Tmp = MDrv_CA_OTP_Read(K6Asst[i].Offset + j); in HAL_NSK2_GetOTPProperties()
2007 else if (0x25 == K6Asst[i].u8Tag) //NV Counter...special case.... in HAL_NSK2_GetOTPProperties()
2025 HALNSK2_DBG(NSK2_DBGLV_DEBUG,"begin of Tag 0x%x\n",K6Asst[i].u8Tag); in HAL_NSK2_GetOTPProperties()
2026 RunLens = K6Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
2027 RunOffset = K6Asst[i].Offset; in HAL_NSK2_GetOTPProperties()
2029 if(K6Asst[i].u8Length <= 4) in HAL_NSK2_GetOTPProperties()
2031 HAL_NSK2_OTP_Get(K6Asst[i].Offset, K6Asst[i].MSB, K6Asst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()
2062 HALNSK2_DBG(NSK2_DBGLV_DEBUG,"end of Tag 0x%x\n",K6Asst[i].u8Tag); in HAL_NSK2_GetOTPProperties()