Searched refs:set_nv_counter_otp (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/ |
D | nv_counters.c | 110 static enum tfm_plat_err_t set_nv_counter_otp(enum tfm_otp_element_id_t id, in set_nv_counter_otp() function 146 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL2_0 + in tfm_plat_set_nv_counter() 154 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_PS_0, value); in tfm_plat_set_nv_counter() 156 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_PS_1, value); in tfm_plat_set_nv_counter() 158 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_PS_2, value); in tfm_plat_set_nv_counter() 162 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_NS_0, value); in tfm_plat_set_nv_counter() 164 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_NS_1, value); in tfm_plat_set_nv_counter() 166 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_NS_2, value); in tfm_plat_set_nv_counter() 169 return set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL1_0, value); in tfm_plat_set_nv_counter()
|
/trusted-firmware-m-3.7.0/platform/ext/common/template/ |
D | nv_counters.c | 162 static enum tfm_plat_err_t set_nv_counter_otp(enum tfm_otp_element_id_t id, in set_nv_counter_otp() function 254 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL2_0, value); in tfm_plat_set_nv_counter() 257 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL2_1, value); in tfm_plat_set_nv_counter() 260 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL2_2, value); in tfm_plat_set_nv_counter() 263 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL2_3, value); in tfm_plat_set_nv_counter() 269 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_BL1_0, value); in tfm_plat_set_nv_counter() 275 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_NS_0, value); in tfm_plat_set_nv_counter() 280 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_NS_1, value); in tfm_plat_set_nv_counter() 285 err = set_nv_counter_otp(PLAT_OTP_ID_NV_COUNTER_NS_2, value); in tfm_plat_set_nv_counter()
|