Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec3.c91 while (((bsec_get_status() & BSEC_OTPSR_BUSY) != 0U) && (timeout != 0U)) { in poll_otp_status_busy()
95 if ((bsec_get_status() & BSEC_OTPSR_BUSY) != 0U) { in poll_otp_status_busy()
143 if ((status & BSEC_OTPSR_BUSY) != 0U) { in check_reset_error()
/rk3399_ARM-atf/include/drivers/st/
H A Dbsec3_reg.h94 #define BSEC_OTPSR_BUSY BIT_32(0) macro