Searched refs:sotp_add_ecc (Results 1 – 2 of 2) sorted by relevance
63 uint64_t sotp_mem_read(uint32_t offset, uint32_t sotp_add_ecc) in sotp_mem_read() argument66 (void)sotp_add_ecc; in sotp_mem_read()83 if (sotp_add_ecc == 1) { in sotp_mem_read()88 if (sotp_add_ecc == 0) { in sotp_mem_read()131 void sotp_mem_write(uint32_t addr, uint32_t sotp_add_ecc, uint64_t wdata) in sotp_mem_write() argument134 (void)sotp_add_ecc; in sotp_mem_write()176 if (sotp_add_ecc == 0) { in sotp_mem_write()180 if (sotp_add_ecc == 1) { in sotp_mem_write()
66 uint64_t sotp_mem_read(uint32_t offset, uint32_t sotp_add_ecc);67 void sotp_mem_write(uint32_t addr, uint32_t sotp_add_ecc, uint64_t wdata);
Completed in 2 milliseconds