Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/brcm/board/common/
A Dboard_arm_trusted_boot.c294 #define SOTP_NUM_BITS_PER_ROW 41 macro
363 nvctr = SOTP_NUM_BITS_PER_ROW; in sotp_get_trusted_nvctr()
380 nvctr += SOTP_NUM_BITS_PER_ROW; in sotp_get_trusted_nvctr()
394 nvctr -= SOTP_NUM_BITS_PER_ROW; in sotp_get_trusted_nvctr()
410 nvctr = SOTP_NUM_BITS_PER_ROW; in sotp_get_nontrusted_nvctr()
428 nvctr += SOTP_NUM_BITS_PER_ROW; in sotp_get_nontrusted_nvctr()
444 nvctr -= SOTP_NUM_BITS_PER_ROW; in sotp_get_nontrusted_nvctr()
501 while (nvctr >= SOTP_NUM_BITS_PER_ROW) { in sotp_set_trusted_nvctr()
503 nvctr -= SOTP_NUM_BITS_PER_ROW; in sotp_set_trusted_nvctr()
562 while (nvctr >= SOTP_NUM_BITS_PER_ROW) { in sotp_set_nontrusted_nvctr()
[all …]

Completed in 3 milliseconds