Searched refs:nextrowdata (Results 1 – 1 of 1) sorted by relevance
358 uint64_t nextrowdata; in sotp_get_trusted_nvctr() local376 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() local424 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()