Searched refs:is_need_ecc (Results 1 – 2 of 2) sorted by relevance
209 static int rk_otp_sbpi_read(uint32_t addr, uint16_t *read_data, bool is_need_ecc) in rk_otp_sbpi_read() argument229 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() argument358 ret = rk_otp_sbpi_read(addr + i, buf + i, is_need_ecc); in rk_otp_read()
76 uint16_t *buf, bool is_need_ecc);