Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalNSK2.c2289 MS_U32 u32LeftNvCounter = 0; in HAL_NSK2_GetNVCounterConfig() local
2313 u32LeftNvCounter = TotalNVNumber - u32NvCounter; in HAL_NSK2_GetNVCounterConfig()
2315 printf("NVValue = %d, LeftNVCounter = %d \n", u32NvCounter, u32LeftNvCounter); in HAL_NSK2_GetNVCounterConfig()
2317 nvcounter_desc.left_nvcounter[0] = (MS_U8)((u32LeftNvCounter>>24)&0xff); in HAL_NSK2_GetNVCounterConfig()
2318 nvcounter_desc.left_nvcounter[1] = (MS_U8)((u32LeftNvCounter>>16)&0xff); in HAL_NSK2_GetNVCounterConfig()
2319 nvcounter_desc.left_nvcounter[2] = (MS_U8)((u32LeftNvCounter>>8)&0xff); in HAL_NSK2_GetNVCounterConfig()
2320 nvcounter_desc.left_nvcounter[3] = (MS_U8)(u32LeftNvCounter&0xff); in HAL_NSK2_GetNVCounterConfig()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c2266 MS_U32 u32LeftNvCounter = 0; in HAL_NSK2_GetNVCounterConfig() local
2292 u32LeftNvCounter = TotalNVNumber - u32NvCounter; in HAL_NSK2_GetNVCounterConfig()
2294 printf("NVValue = %d, LeftNVCounter = %d \n", u32NvCounter, u32LeftNvCounter); in HAL_NSK2_GetNVCounterConfig()
2296 nvcounter_desc.left_nvcounter[0] = (MS_U8)((u32LeftNvCounter>>24)&0xff); in HAL_NSK2_GetNVCounterConfig()
2297 nvcounter_desc.left_nvcounter[1] = (MS_U8)((u32LeftNvCounter>>16)&0xff); in HAL_NSK2_GetNVCounterConfig()
2298 nvcounter_desc.left_nvcounter[2] = (MS_U8)((u32LeftNvCounter>>8)&0xff); in HAL_NSK2_GetNVCounterConfig()
2299 nvcounter_desc.left_nvcounter[3] = (MS_U8)(u32LeftNvCounter&0xff); in HAL_NSK2_GetNVCounterConfig()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalNSK2.c2286 MS_U32 u32LeftNvCounter = 0; in HAL_NSK2_GetNVCounterConfig() local
2310 u32LeftNvCounter = TotalNVNumber - u32NvCounter; in HAL_NSK2_GetNVCounterConfig()
2312 …HALNSK2_DBG(NSK2_DBGLV_INFO,"NVValue = %d, LeftNVCounter = %d \n", u32NvCounter, u32LeftNvCounter); in HAL_NSK2_GetNVCounterConfig()
2314 nvcounter_desc.left_nvcounter[0] = (MS_U8)((u32LeftNvCounter>>24)&0xff); in HAL_NSK2_GetNVCounterConfig()
2315 nvcounter_desc.left_nvcounter[1] = (MS_U8)((u32LeftNvCounter>>16)&0xff); in HAL_NSK2_GetNVCounterConfig()
2316 nvcounter_desc.left_nvcounter[2] = (MS_U8)((u32LeftNvCounter>>8)&0xff); in HAL_NSK2_GetNVCounterConfig()
2317 nvcounter_desc.left_nvcounter[3] = (MS_U8)(u32LeftNvCounter&0xff); in HAL_NSK2_GetNVCounterConfig()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalNSK2.c2291 MS_U32 u32LeftNvCounter = 0; in HAL_NSK2_GetNVCounterConfig() local
2315 u32LeftNvCounter = TotalNVNumber - u32NvCounter; in HAL_NSK2_GetNVCounterConfig()
2317 …HALNSK2_DBG(NSK2_DBGLV_INFO,"NVValue = %d, LeftNVCounter = %d \n", u32NvCounter, u32LeftNvCounter); in HAL_NSK2_GetNVCounterConfig()
2319 nvcounter_desc.left_nvcounter[0] = (MS_U8)((u32LeftNvCounter>>24)&0xff); in HAL_NSK2_GetNVCounterConfig()
2320 nvcounter_desc.left_nvcounter[1] = (MS_U8)((u32LeftNvCounter>>16)&0xff); in HAL_NSK2_GetNVCounterConfig()
2321 nvcounter_desc.left_nvcounter[2] = (MS_U8)((u32LeftNvCounter>>8)&0xff); in HAL_NSK2_GetNVCounterConfig()
2322 nvcounter_desc.left_nvcounter[3] = (MS_U8)(u32LeftNvCounter&0xff); in HAL_NSK2_GetNVCounterConfig()