Home
last modified time | relevance | path

Searched refs:try_cnt (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dcmd_loop.c278 hi_u32 try_cnt; in start_and_wait_update_ver() local
279 for (try_cnt = 0; try_cnt < WAIT_VER_UPDATE_TRY_CNT; try_cnt++) { in start_and_wait_update_ver()
288 } else if (try_cnt == WAIT_VER_UPDATE_TRY_CNT) { in start_and_wait_update_ver()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_common.c772 hi_u32 try_cnt = 0; in upg_start_and_wait_update_ver() local
774 for (try_cnt = 0; try_cnt < wait_cnt; try_cnt++) { in upg_start_and_wait_update_ver()
783 } else if (try_cnt == wait_cnt) { in upg_start_and_wait_update_ver()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c890 int try_cnt = 0; in dhdsdio_clk_kso_enab() local
923 KSO_DBG(("%s> KSO wr/rd retry:%d, ERR:%x \n", __FUNCTION__, try_cnt, err)); in dhdsdio_clk_kso_enab()
925 if (((try_cnt + 1) % KSO_SLEEP_RETRY_COUNT) == 0) { in dhdsdio_clk_kso_enab()
931 } while (try_cnt++ < CUSTOM_MAX_KSO_ATTEMPTS); in dhdsdio_clk_kso_enab()
933 if (try_cnt > 2) in dhdsdio_clk_kso_enab()
934 KSO_DBG(("%s> op:%s, try_cnt:%d, rd_val:%x, ERR:%x \n", in dhdsdio_clk_kso_enab()
935 __FUNCTION__, (on ? "KSO_SET" : "KSO_CLR"), try_cnt, rd_val, err)); in dhdsdio_clk_kso_enab()
937 if (try_cnt > CUSTOM_MAX_KSO_ATTEMPTS) { in dhdsdio_clk_kso_enab()
938 DHD_ERROR(("%s> op:%s, ERROR: try_cnt:%d, rd_val:%x, ERR:%x \n", in dhdsdio_clk_kso_enab()
939 __FUNCTION__, (on ? "KSO_SET" : "KSO_CLR"), try_cnt, rd_va in dhdsdio_clk_kso_enab()
[all...]

Completed in 9 milliseconds