Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/board/tc/
Dnv_counter_test.c20 uint32_t new_val; in nv_counter_test() local
44 status = rss_platform_nv_counter_read(id, sizeof(new_val), (uint8_t *)&new_val); in nv_counter_test()
51 if (old_val + 1 != new_val) { in nv_counter_test()
53 old_val, new_val); in nv_counter_test()