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.c358 uint64_t nextrowdata; in sotp_get_trusted_nvctr() local
376 nextrowdata = sotp_mem_read(rownum+1, SOTP_ROW_NO_ECC); in sotp_get_trusted_nvctr()
377 if (nextrowdata & SOTP_NVCTR_TRUSTED_IN_USE) { in sotp_get_trusted_nvctr()
381 rowdata = nextrowdata; in sotp_get_trusted_nvctr()
406 uint64_t nextrowdata; in sotp_get_nontrusted_nvctr() local
424 nextrowdata = sotp_mem_read(rownum-1, SOTP_ROW_NO_ECC); in sotp_get_nontrusted_nvctr()
425 if (nextrowdata & SOTP_NVCTR_NON_TRUSTED_IN_USE) { in sotp_get_nontrusted_nvctr()
429 rowdata = nextrowdata; in sotp_get_nontrusted_nvctr()