Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec3.c158 if ((status & BSEC_OTPSR_INIT_DONE) != BSEC_OTPSR_INIT_DONE) { in check_reset_error()
458 if ((status & BSEC_OTPSR_INIT_DONE) == BSEC_OTPSR_INIT_DONE) { in bsec_get_secure_state()
/rk3399_ARM-atf/include/drivers/st/
H A Dbsec3_reg.h87 #define BSEC_OTPSR_INIT_DONE BIT_32(1) macro