Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/nsk2/
H A DhalNSK2.c2160 static ASST_t KanoAsst[] = variable
2258 MS_U32 NumOfTag = sizeof(KanoAsst)/sizeof(ASST_t); in HAL_NSK2_GetOTPProperties()
2268 ret_size += (KanoAsst[i].u8Length + 2); in HAL_NSK2_GetOTPProperties()
2282 *pDesc++ = KanoAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
2283 *pDesc++ = KanoAsst[i].u8Length; in HAL_NSK2_GetOTPProperties()
2285 if(0x20 == KanoAsst[i].u8Tag) //pubOTP...special case.... in HAL_NSK2_GetOTPProperties()
2312 RunLens = KanoAsst[i].u8Length; in HAL_NSK2_GetOTPProperties()
2313 RunOffset = KanoAsst[i].Offset; in HAL_NSK2_GetOTPProperties()
2315 if(KanoAsst[i].u8Length <= 4) in HAL_NSK2_GetOTPProperties()
2317 HAL_NSK2_OTP_Get(KanoAsst[i].Offset, KanoAsst[i].MSB, KanoAsst[i].LSB, &OTPValue); in HAL_NSK2_GetOTPProperties()