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.c90 while (((bsec_get_status() & BSEC_OTPSR_BUSY) != 0U) && (timeout != 0U)) { in poll_otp_status_busy()
94 if ((bsec_get_status() & BSEC_OTPSR_BUSY) != 0U) { in poll_otp_status_busy()
142 if ((status & BSEC_OTPSR_BUSY) != 0U) { in check_reset_error()
/rk3399_ARM-atf/include/drivers/st/
H A Dbsec3_reg.h86 #define BSEC_OTPSR_BUSY BIT_32(0) macro