Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32_bsec.c154 static uint32_t bsec_status(void) in bsec_status() function
221 if (bsec_status() & BSEC_MODE_PWR) in power_up_safmem()
224 if (bsec_status() & BSEC_MODE_PWR) in power_up_safmem()
241 if (!(bsec_status() & BSEC_MODE_PWR)) in power_down_safmem()
244 if (!(bsec_status() & BSEC_MODE_PWR)) in power_down_safmem()
278 if (!(bsec_status() & BSEC_MODE_BUSY)) in stm32_bsec_shadow_register()
281 if (bsec_status() & BSEC_MODE_BUSY) in stm32_bsec_shadow_register()
385 if (!(bsec_status() & BSEC_MODE_BUSY)) in stm32_bsec_program_otp()
388 if (bsec_status() & BSEC_MODE_BUSY) in stm32_bsec_program_otp()
456 if (!(bsec_status() & BSEC_MODE_BUSY)) in stm32_bsec_permanent_lock_otp()
[all …]

Completed in 4 milliseconds