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.c162 static uint32_t bsec_status(void) in bsec_status() function
169 return bsec_status() & BSEC_MODE_INVALID; in state_is_invalid_mode()
174 return bsec_status() & BSEC_MODE_SECURED; in state_is_secured_mode()
186 return bsec_status() & BSEC_MODE_CLOSED; in state_is_closed_mode()
229 if (bsec_status() & BSEC_MODE_PWR) in power_up_safmem()
232 if (bsec_status() & BSEC_MODE_PWR) in power_up_safmem()
246 if (!(bsec_status() & BSEC_MODE_PWR)) in power_down_safmem()
249 if (!(bsec_status() & BSEC_MODE_PWR)) in power_down_safmem()
283 if (!(bsec_status() & BSEC_MODE_BUSY)) in stm32_bsec_shadow_register()
286 if (bsec_status() & BSEC_MODE_BUSY) in stm32_bsec_shadow_register()
[all …]