Lines Matching defs:trusted_rownum
458 uint32_t trusted_rownum;
499 trusted_rownum = SOTP_NVCTR_ROW_START;
503 sotp_mem_write(trusted_rownum, SOTP_ROW_NO_ECC, rowdata);
505 trusted_rownum++;
508 sotp_mem_write(trusted_rownum, SOTP_ROW_NO_ECC, rowdata);
519 uint32_t trusted_rownum;
527 trusted_rownum = SOTP_NVCTR_ROW_START;
529 rowdata = sotp_mem_read(trusted_rownum, SOTP_ROW_NO_ECC);
531 trusted_rownum++;
534 } while (trusted_rownum <= SOTP_NVCTR_ROW_END);
540 numrows_available = SOTP_NVCTR_ROW_END - trusted_rownum + 1;