Searched refs:MaxNVCounter (Results 1 – 4 of 4) sorted by relevance
2013 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local2014 *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()
1990 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local1991 *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()
2010 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local2011 *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()
2015 MS_U32 MaxNVCounter = 1024; in HAL_NSK2_GetOTPProperties() local2016 *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()