Lines Matching defs:nontrusted_rownum
457 uint32_t nontrusted_rownum;
466 nontrusted_rownum = SOTP_NVCTR_ROW_END;
468 rowdata = sotp_mem_read(nontrusted_rownum, SOTP_ROW_NO_ECC);
470 nontrusted_rownum--;
473 } while (nontrusted_rownum >= SOTP_NVCTR_ROW_START);
479 numrows_available = nontrusted_rownum - SOTP_NVCTR_ROW_START + 1;
518 uint32_t nontrusted_rownum;
560 nontrusted_rownum = SOTP_NVCTR_ROW_END;
564 sotp_mem_write(nontrusted_rownum, SOTP_ROW_NO_ECC, rowdata);
566 nontrusted_rownum--;
569 sotp_mem_write(nontrusted_rownum, SOTP_ROW_NO_ECC, rowdata);