Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_bsec.c171 static uint32_t bsec_status(void) in bsec_status() function
178 return bsec_status() & BSEC_MODE_INVALID; in state_is_invalid_mode()
183 return bsec_status() & BSEC_MODE_SECURED; in state_is_secured_mode()
195 return bsec_status() & BSEC_MODE_CLOSED; in state_is_closed_mode()
238 if (bsec_status() & BSEC_MODE_PWR) in power_up_safmem()
241 if (bsec_status() & BSEC_MODE_PWR) in power_up_safmem()
255 if (!(bsec_status() & BSEC_MODE_PWR)) in power_down_safmem()
258 if (!(bsec_status() & BSEC_MODE_PWR)) in power_down_safmem()
292 if (!(bsec_status() & BSEC_MODE_BUSY)) in stm32_bsec_shadow_register()
295 if (bsec_status() & BSEC_MODE_BUSY) in stm32_bsec_shadow_register()
[all …]