Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalNSK2.c2013 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local
2014 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2015 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2016 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2017 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c1990 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local
1991 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
1992 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
1993 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
1994 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalNSK2.c2010 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local
2011 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2012 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2013 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2014 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalNSK2.c2015 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local
2016 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2017 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2018 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()