Searched refs:int_status (Results 1 – 1 of 1) sorted by relevance
48 uint32_t int_status = 0; in rockchip_otp_read_secure() local78 int_status, in rockchip_otp_read_secure()79 (int_status & OTP_S_RD_DONE_BIT) || in rockchip_otp_read_secure()80 (int_status & OTP_S_ERROR_BIT), in rockchip_otp_read_secure()87 if (int_status & OTP_S_ERROR_BIT) { in rockchip_otp_read_secure()111 uint32_t int_status = 0; in rockchip_otp_write_secure() local164 int_status, in rockchip_otp_write_secure()165 (int_status & OTP_S_WR_DONE_BIT) || in rockchip_otp_write_secure()166 (int_status & OTP_S_VERIFY_BIT) || in rockchip_otp_write_secure()167 (int_status & OTP_S_ERROR_BIT), in rockchip_otp_write_secure()[all …]