Home
last modified time | relevance | path

Searched refs:retB (Results 1 - 4 of 4) sorted by relevance

/vendor/hisilicon/hispark_pegasus/hals/utils/token/
H A Dhal_token.c214 int32_t retB = ReadTokenWithFlag(TOKEN_B_ADDR, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMReadToken() local
215 if ((retA != 0) && (retB != 0)) { in OEMReadToken()
218 } else if ((retA == 0) && (retB != 0)) { in OEMReadToken()
221 } else if ((retA != 0) && (retB == 0)) { in OEMReadToken()
359 int32_t retB = ReadTokenWithFlag(TOKEN_B_ADDR, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMWriteToken() local
360 if ((retA != 0) && (retB != 0)) { in OEMWriteToken()
363 } else if ((retA == 0) && (retB != 0)) { in OEMWriteToken()
366 } else if ((retA != 0) && (retB == 0)) { in OEMWriteToken()
/vendor/hisilicon/hispark_taurus/hals/utils/token/
H A Dhal_token.c284 int32_t retB = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_B_FILE_NAME, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMReadToken() local
285 if ((retA != 0) && (retB != 0)) { in OEMReadToken()
288 } else if ((retA == 0) && (retB != 0)) { in OEMReadToken()
291 } else if ((retA != 0) && (retB == 0)) { in OEMReadToken()
429 int32_t retB = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_B_FILE_NAME, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMWriteToken() local
430 if ((retA != 0) && (retB != 0)) { in OEMWriteToken()
433 } else if ((retA == 0) && (retB != 0)) { in OEMWriteToken()
436 } else if ((retA != 0) && (retB == 0)) { in OEMWriteToken()
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/
H A Dhal_token.c284 int32_t retB = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_B_FILE_NAME, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMReadToken() local
285 if ((retA != 0) && (retB != 0)) { in OEMReadToken()
288 } else if ((retA == 0) && (retB != 0)) { in OEMReadToken()
291 } else if ((retA != 0) && (retB == 0)) { in OEMReadToken()
429 int32_t retB = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_B_FILE_NAME, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMWriteToken() local
430 if ((retA != 0) && (retB != 0)) { in OEMWriteToken()
433 } else if ((retA == 0) && (retB != 0)) { in OEMWriteToken()
436 } else if ((retA != 0) && (retB == 0)) { in OEMWriteToken()
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/
H A Dhal_token.c284 int32_t retB = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_B_FILE_NAME, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMReadToken() local
285 if ((retA != 0) && (retB != 0)) { in OEMReadToken()
288 } else if ((retA == 0) && (retB != 0)) { in OEMReadToken()
291 } else if ((retA != 0) && (retB == 0)) { in OEMReadToken()
429 int32_t retB = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_B_FILE_NAME, tokenWithFlagB, TOKEN_WITH_FLAG_SIZE); in OEMWriteToken() local
430 if ((retA != 0) && (retB != 0)) { in OEMWriteToken()
433 } else if ((retA == 0) && (retB != 0)) { in OEMWriteToken()
436 } else if ((retA != 0) && (retB == 0)) { in OEMWriteToken()

Completed in 5 milliseconds