Searched refs:DT_STATUS_OK_NSEC (Results 1 – 4 of 4) sorted by relevance
72 if (fdt_get_status(fdt, offs) != (DT_STATUS_OK_NSEC | in get_nsec_memory_helper()
120 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()
195 if (status & DT_STATUS_OK_NSEC) { in amd_ps_gpio_probe()
22 #define DT_STATUS_OK_NSEC BIT(0) macro