Searched refs:DT_SECURE (Results 1 – 7 of 7) sorted by relevance
16 #define DT_SECURE U(2) macro17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
87 status |= DT_SECURE; in fdt_get_status()90 status |= DT_SECURE; in fdt_get_status()
62 (status == DT_SECURE) && in dt_pmic_is_secure()63 (i2c_handle.dt_status == DT_SECURE); in dt_pmic_is_secure()
275 return !!(fdt_get_status(node) & DT_SECURE); in fdt_get_rcc_secure_status()
237 if (etzpc_info.status != DT_SECURE) { in etzpc_init()
306 if (hash_info.status == DT_SECURE) { in stm32_hash_register()
259 if (status == DT_SECURE) { in set_gpio()
Completed in 9 milliseconds