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