Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/st/common/include/
A Dstm32mp_dt.h15 #define DT_NON_SECURE U(1) macro
17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
/arm-trusted-firmware-2.8.0/drivers/st/iwdg/
A Dstm32_iwdg.c138 ((dt_info.status & DT_NON_SECURE) != 0) ? in stm32_iwdg_init()
141 if ((dt_info.status & DT_NON_SECURE) != 0) { in stm32_iwdg_init()
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_dt.c78 status |= DT_NON_SECURE; in fdt_get_status()
83 if (status == DT_NON_SECURE) { in fdt_get_status()

Completed in 3 milliseconds