Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/platform/ext/common/template/
Dflash_otp_nv_counters_backend.h57 #if (PLATFORM_NS_NV_COUNTERS > 0)
60 #if (PLATFORM_NS_NV_COUNTERS > 1)
63 #if (PLATFORM_NS_NV_COUNTERS > 2)
Dnv_counters.c143 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_read_nv_counter()
147 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_read_nv_counter()
151 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_read_nv_counter()
273 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_set_nv_counter()
278 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_set_nv_counter()
283 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_set_nv_counter()
Dotp_flash.c106 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_otp_read()
110 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_otp_read()
114 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_otp_read()
228 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_otp_write()
232 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_otp_write()
236 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_otp_write()
339 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_otp_get_size()
344 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_otp_get_size()
349 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_otp_get_size()
/trusted-firmware-m-3.5.0/platform/include/
Dtfm_plat_nv_counters.h29 #ifndef PLATFORM_NS_NV_COUNTERS
30 #define PLATFORM_NS_NV_COUNTERS 0 macro
/trusted-firmware-m-3.5.0/platform/ext/accelerator/cc312/
Dotp_cc312.c248 #if (PLATFORM_NS_NV_COUNTERS > 0)
251 #if (PLATFORM_NS_NV_COUNTERS > 1)
254 #if (PLATFORM_NS_NV_COUNTERS > 2)
748 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_otp_read()
753 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_otp_read()
758 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_otp_read()
985 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_otp_write()
990 #if (PLATFORM_NS_NV_COUNTERS > 1) in tfm_plat_otp_write()
995 #if (PLATFORM_NS_NV_COUNTERS > 2) in tfm_plat_otp_write()
1109 #if (PLATFORM_NS_NV_COUNTERS > 0) in tfm_plat_otp_get_size()
[all …]
/trusted-firmware-m-3.5.0/platform/
DCMakeLists.txt300 PLATFORM_NS_NV_COUNTERS=${TFM_NS_NV_COUNTER_AMOUNT}