Home
last modified time | relevance | path

Searched refs:sotp_add_ecc (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/drivers/brcm/
A Dsotp.c63 uint64_t sotp_mem_read(uint32_t offset, uint32_t sotp_add_ecc) in sotp_mem_read() argument
66 (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() argument
134 (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()
/trusted-firmware-a/include/drivers/brcm/
A Dsotp.h66 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