Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/brcm/board/common/
H A Dboard_arm_trusted_boot.c295 #define SOTP_NUM_BITS_PER_ROW 41 macro
298 ((uint64_t)0x3 << (SOTP_NUM_BITS_PER_ROW-2))
364 nvctr = SOTP_NUM_BITS_PER_ROW; in sotp_get_trusted_nvctr()
381 nvctr += SOTP_NUM_BITS_PER_ROW; in sotp_get_trusted_nvctr()
395 nvctr -= SOTP_NUM_BITS_PER_ROW; in sotp_get_trusted_nvctr()
411 nvctr = SOTP_NUM_BITS_PER_ROW; in sotp_get_nontrusted_nvctr()
429 nvctr += SOTP_NUM_BITS_PER_ROW; in sotp_get_nontrusted_nvctr()
438 while ((rowdata & ((uint64_t)0x1 << (SOTP_NUM_BITS_PER_ROW-1))) in sotp_get_nontrusted_nvctr()
445 nvctr -= SOTP_NUM_BITS_PER_ROW; in sotp_get_nontrusted_nvctr()
480 maxnvctr = numrows_available * SOTP_NUM_BITS_PER_ROW; in sotp_set_trusted_nvctr()
[all …]