Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalNSK2.c2276 .left_nvcounter[0] = 0x00,
2277 .left_nvcounter[1] = 0x00,
2278 .left_nvcounter[2] = 0x04,
2279 .left_nvcounter[3] = 0x00,
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()
H A DhalNSK2.h162 MS_U8 left_nvcounter[4]; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c2253 .left_nvcounter[0] = 0x00,
2254 .left_nvcounter[1] = 0x00,
2255 .left_nvcounter[2] = 0x04,
2256 .left_nvcounter[3] = 0x00,
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()
H A DhalNSK2.h162 MS_U8 left_nvcounter[4]; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalNSK2.c2273 .left_nvcounter[0] = 0x00,
2274 .left_nvcounter[1] = 0x00,
2275 .left_nvcounter[2] = 0x04,
2276 .left_nvcounter[3] = 0x00,
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()
H A DhalNSK2.h162 MS_U8 left_nvcounter[4]; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalNSK2.c2278 .left_nvcounter[0] = 0x00,
2279 .left_nvcounter[1] = 0x00,
2280 .left_nvcounter[2] = 0x04,
2281 .left_nvcounter[3] = 0x00,
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()
H A DhalNSK2.h162 MS_U8 left_nvcounter[4]; member