Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.c209 static int rk_otp_sbpi_read(uint32_t addr, uint16_t *read_data, bool is_need_ecc) in rk_otp_sbpi_read() argument
229 rk_otp_ecc_enable(otp_base, is_need_ecc); in rk_otp_sbpi_read()
277 if (is_need_ecc) { in rk_otp_sbpi_read()
313 int rk_otp_read(uint32_t byte_addr, uint32_t byte_len, uint16_t *buf, bool is_need_ecc) in rk_otp_read() argument
358 ret = rk_otp_sbpi_read(addr + i, buf + i, is_need_ecc); in rk_otp_read()
H A Dotp.h76 uint16_t *buf, bool is_need_ecc);