Lines Matching refs:int_status
48 uint32_t int_status = 0; in rockchip_otp_read_secure() local
78 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() local
164 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()
172 io_write32(base + OTP_S_INT_ST, int_status); in rockchip_otp_write_secure()
175 if (int_status & OTP_S_VERIFY_BIT) { in rockchip_otp_write_secure()
179 if (int_status & OTP_S_ERROR_BIT) { in rockchip_otp_write_secure()