Searched refs:DT_SECURE (Results 1 – 4 of 4) sorted by relevance
16 #define DT_SECURE U(2) macro17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
84 status |= DT_SECURE; in fdt_get_status()87 status |= DT_SECURE; in fdt_get_status()
71 (status == DT_SECURE) && in dt_pmic_is_secure()72 (i2c_handle.dt_status == DT_SECURE); in dt_pmic_is_secure()
285 if (status == DT_SECURE) { in set_gpio()
Completed in 7 milliseconds