Home
last modified time | relevance | path

Searched refs:cnt_max (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_start_up.c57 cfg->cnt_max = UPG_MAX_BACKUP_CNT; in upg_get_start_up_nv()
67 cfg->cnt_max = UPG_MAX_BACKUP_CNT; in upg_get_start_up_nv()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_start.c170 if ((cfg->cnt_max > 0) && (cfg->mode == HI_UPG_MODE_UPGRADE)) { in execute_upg_boot()
172 if (cfg->reset_cnt >= cfg->cnt_max) { in execute_upg_boot()
H A Dboot_upg_start_up.h36 hi_u8 cnt_max; /* the maximum number of restarts (default value : 3) */ member
H A Dboot_upg_start_up.c31 cfg->cnt_max = UPG_MAX_BACKUP_CNT; in boot_upg_set_default_cfg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/config/nv/
H A Dhi_ft_nv.h36 hi_u8 cnt_max; /* the maximum number of restarts (default value : 3) */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.h66 hi_u8 cnt_max; /* the maximum number of restarts (default value : 3) */ member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c1652 int i, i_max = -1, cnt = 0, cnt_max = 1; in bcm_ipv6_ntoa() local
1658 if (cnt > cnt_max) { in bcm_ipv6_ntoa()
1659 cnt_max = cnt; in bcm_ipv6_ntoa()
1666 if (cnt > cnt_max) { in bcm_ipv6_ntoa()
1667 cnt_max = cnt; in bcm_ipv6_ntoa()
1672 ((cnt_max == 4 && a[4] == 0xffff && a[5] == 0) || in bcm_ipv6_ntoa()
1674 (cnt_max == 5 && a[5] == 0xffff))) in bcm_ipv6_ntoa()
1683 i += cnt_max - 1; in bcm_ipv6_ntoa()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c184 ((cfg->reset_cnt >= 1) && (cfg->reset_cnt < cfg->cnt_max))) { in is_upg_need_crypto()

Completed in 9 milliseconds