Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c492 u32 val, try_times = 0; in sec_wait_sva_ready() local
507 } while (++try_times < SEC_WAIT_SVA_READY); in sec_wait_sva_ready()
509 if (try_times == SEC_WAIT_SVA_READY) { in sec_wait_sva_ready()
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c498 u32 val, try_times = 0; in hisi_zip_wait_sva_ready() local
513 } while (++try_times < HZIP_WAIT_SVA_READY); in hisi_zip_wait_sva_ready()
515 if (try_times == HZIP_WAIT_SVA_READY) { in hisi_zip_wait_sva_ready()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c477 u32 val, try_times = 0; in hpre_wait_sva_ready() local
492 } while (++try_times < HPRE_WAIT_SVA_READY); in hpre_wait_sva_ready()
494 if (try_times == HPRE_WAIT_SVA_READY) { in hpre_wait_sva_ready()