Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/common/template/
Dflash_otp_nv_counters_backend.c170 uint32_t backup_swap_count; in init_otp_nv_counters_flash() local
203 &backup_swap_count, sizeof(backup_swap_count)); in init_otp_nv_counters_flash()
208 if (backup_swap_count == 0 || backup_swap_count == UINT32_MAX || in init_otp_nv_counters_flash()
209 backup_swap_count < swap_count || in init_otp_nv_counters_flash()
210 (backup_swap_count == UINT32_MAX - 1 && swap_count == 1)) { in init_otp_nv_counters_flash()
531 uint32_t backup_swap_count; in create_or_restore_layout() local
549 &backup_swap_count, sizeof(swap_count)); in create_or_restore_layout()
556 backup_swap_count != 0 && backup_swap_count != UINT32_MAX) { in create_or_restore_layout()