Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dkeystore.c66 int32_t i32Cnt; in KS_Read() local
81 i32Cnt = (int32_t)u32WordCnt; in KS_Read()
93 cnt = i32Cnt; in KS_Read()
103 i32Cnt -= 8; in KS_Read()
106 while(i32Cnt > 0); in KS_Read()
189 int32_t i32Cnt; in KS_Write() local
202 i32Cnt = (int32_t)KS_GetKeyWordCnt(u32Meta); in KS_Write()
205 if(i32Cnt == 0) in KS_Write()
209 if((eType == KS_OTP) && (i32Cnt > 8)) in KS_Write()
219 cnt = i32Cnt; in KS_Write()
[all …]