Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Drockchip_otp.c124 uint32_t old_val = 0; in rockchip_otp_write_secure() local
134 res = rockchip_otp_read_secure(&old_val, curr_idx, OTP_WORD); in rockchip_otp_write_secure()
139 if (~*value & old_val) { in rockchip_otp_write_secure()
145 new_val = *value & ~old_val; in rockchip_otp_write_secure()
/optee_os/lib/libutils/ext/
H A Dubsan.c122 void __ubsan_handle_negate_overflow(void *data_, void *old_val);
196 void __ubsan_handle_negate_overflow(void *data_, void *old_val __unused) in __ubsan_handle_negate_overflow()