Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/plat/st/common/include/
Dstm32mp_dt.h15 #define DT_NON_SECURE U(1) macro
17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/iwdg/
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/st/common/
Dstm32mp_dt.c78 status |= DT_NON_SECURE; in fdt_get_status()
82 if (((cchar == NULL) && (status == DT_NON_SECURE)) || in fdt_get_status()