Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/brcm/board/common/
Dboard_arm_trusted_boot.c359 uint64_t nextrowdata; in sotp_get_trusted_nvctr() local
377 nextrowdata = sotp_mem_read(rownum+1, SOTP_ROW_NO_ECC); in sotp_get_trusted_nvctr()
378 if (nextrowdata & SOTP_NVCTR_TRUSTED_IN_USE) { in sotp_get_trusted_nvctr()
382 rowdata = nextrowdata; in sotp_get_trusted_nvctr()
407 uint64_t nextrowdata; in sotp_get_nontrusted_nvctr() local
425 nextrowdata = sotp_mem_read(rownum-1, SOTP_ROW_NO_ECC); in sotp_get_nontrusted_nvctr()
426 if (nextrowdata & SOTP_NVCTR_NON_TRUSTED_IN_USE) { in sotp_get_nontrusted_nvctr()
430 rowdata = nextrowdata; in sotp_get_nontrusted_nvctr()