Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_dbgmcu.c28 if ((bsec_read_debug_conf() & BSEC_DBGSWGEN) == 0U) { in stm32mp1_dbgmcu_init()
Dbl2_plat_setup.c349 if (bsec_read_debug_conf() != 0U) { in bl2_el3_plat_arch_setup()
/trusted-firmware-a-latest/include/drivers/st/
Dbsec.h106 uint32_t bsec_read_debug_conf(void);
/trusted-firmware-a-latest/drivers/st/bsec/
Dbsec2.c603 uint32_t bsec_read_debug_conf(void) in bsec_read_debug_conf() function