Searched refs:set_otp_counter (Results 1 – 2 of 2) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | nv_counters.c | 187 static enum tfm_plat_err_t set_otp_counter(enum tfm_otp_element_id_t id, in set_otp_counter() function 221 static enum tfm_plat_err_t set_otp_counter(enum tfm_otp_element_id_t id, in set_otp_counter() function 258 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_BL2_0 + in tfm_plat_set_nv_counter() 266 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_PS_0, value); in tfm_plat_set_nv_counter() 268 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_PS_1, value); in tfm_plat_set_nv_counter() 270 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_PS_2, value); in tfm_plat_set_nv_counter() 274 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_NS_0, value); in tfm_plat_set_nv_counter() 276 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_NS_1, value); in tfm_plat_set_nv_counter() 278 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_NS_2, value); in tfm_plat_set_nv_counter() 281 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_BL1_0, value); in tfm_plat_set_nv_counter()
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ |
| D | nv_counters.c | 137 static enum tfm_plat_err_t set_otp_counter(enum tfm_otp_element_id_t id, in set_otp_counter() function 190 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_BL2_0 + in tfm_plat_set_nv_counter() 198 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_NS_0, value); in tfm_plat_set_nv_counter() 200 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_NS_1, value); in tfm_plat_set_nv_counter() 202 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_NS_2, value); in tfm_plat_set_nv_counter() 204 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_PS_0, value); in tfm_plat_set_nv_counter() 206 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_PS_1, value); in tfm_plat_set_nv_counter() 208 return set_otp_counter(PLAT_OTP_ID_NV_COUNTER_PS_2, value); in tfm_plat_set_nv_counter()
|