Home
last modified time | relevance | path

Searched refs:DT_STATUS_OK_NSEC (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dboot.c72 if (fdt_get_status(fdt, offs) != (DT_STATUS_OK_NSEC | in get_nsec_memory_helper()
H A Ddt.c120 if ((st & DT_STATUS_OK_SEC) && !(st & DT_STATUS_OK_NSEC)) in dt_map_dev()
289 st |= DT_STATUS_OK_NSEC; in fdt_get_status()
298 if (st & DT_STATUS_OK_NSEC) in fdt_get_status()
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c195 if (status & DT_STATUS_OK_NSEC) { in amd_ps_gpio_probe()
/optee_os/core/include/kernel/
H A Ddt.h22 #define DT_STATUS_OK_NSEC BIT(0) macro