Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_dt.h15 #define DT_NON_SECURE U(1) macro
17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
/rk3399_ARM-atf/drivers/st/iwdg/
H A Dstm32_iwdg.c137 ((dt_info.status & DT_NON_SECURE) != 0) ? in stm32_iwdg_init()
140 if ((dt_info.status & DT_NON_SECURE) != 0) { in stm32_iwdg_init()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_dt.c78 status |= DT_NON_SECURE; in fdt_get_status()
82 if (((cchar == NULL) && (status == DT_NON_SECURE)) || in fdt_get_status()