Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_bsec.h102 uint32_t stm32_bsec_read_debug_conf(void);
/optee_os/core/drivers/
H A Dstm32_bsec.c497 if (stm32_bsec_read_debug_conf() == value) in stm32_bsec_write_debug_conf()
505 uint32_t stm32_bsec_read_debug_conf(void) in stm32_bsec_read_debug_conf() function
921 debug_conf = stm32_bsec_read_debug_conf(); in bsec_pm()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c173 if (stm32_bsec_read_debug_conf() & BSEC_DBGSWGEN) in stm32mp1_dbgmcu_get_chip_dev_id()
521 uint32_t conf = stm32_bsec_read_debug_conf(); in init_debug()