Searched refs:otp_qp (Results 1 – 1 of 1) sorted by relevance
212 uint32_t otp_qp; in rk_otp_sbpi_read() local278 otp_qp = mmio_read_32(otp_base + REG_OTPC_USER_QP); in rk_otp_sbpi_read()279 VERBOSE("otp_addr:0x%x, otp_qp:0x%x\n", addr, otp_qp); in rk_otp_sbpi_read()280 if (((otp_qp & 0xc0) == 0xc0) || (otp_qp & 0x20)) { in rk_otp_sbpi_read()282 ERROR("ecc otp_addr:0x%x, otp_qp failed 0x%x\n", addr, otp_qp); in rk_otp_sbpi_read()