Searched refs:DT_STATUS_OK_SEC (Results 1 – 16 of 16) sorted by relevance
110 if ((st & DT_STATUS_OK_SEC) && !(st & DT_STATUS_OK_NSEC)) in dt_map_dev()242 st |= DT_STATUS_OK_SEC; in _fdt_get_status()245 st |= DT_STATUS_OK_SEC; in _fdt_get_status()
42 return i2c_handle.dt_status & DT_STATUS_OK_SEC; in stm32mp_with_pmic()78 return status == DT_STATUS_OK_SEC && in dt_pmic_is_secure()79 i2c_handle.dt_status == DT_STATUS_OK_SEC; in dt_pmic_is_secure()
100 jr_offset = find_jr_offset(fdt, DT_STATUS_OK_SEC, &node); in caam_hal_cfg_get_jobring_dt()
126 if (status != DT_STATUS_OK_SEC) in trng_node_probe()
120 if (st & DT_STATUS_OK_SEC) { in imx_wdog_base()
154 pd->secure = (info.status == DT_STATUS_OK_SEC); in stm32_uart_init_from_dt_node()
212 if (!(dt_info.status & DT_STATUS_OK_SEC)) in stm32_rng_init()
333 if (!(status & DT_STATUS_OK_SEC)) in init_etzpc_from_dt()
553 if (!(_fdt_get_status(fdt, node) & DT_STATUS_OK_SEC)) in get_info_from_device_tree()
648 !(bsec_info.status & DT_STATUS_OK_SEC)) in initialize_bsec_from_dt()
475 if (!(_fdt_get_status(fdt, off) & DT_STATUS_OK_SEC)) { in i2c_mapped()
24 #define DT_STATUS_OK_SEC BIT(1) macro
265 return hi2c->dt_status == DT_STATUS_OK_SEC; in i2c_is_secure()
100 if (!(status & DT_STATUS_OK_SEC)) in clk_probe_clock_provider_node()
350 if (_fdt_get_status(fdt, nodeoffset) == DT_STATUS_OK_SEC) in pmc_setup()
1000 DT_STATUS_OK_SEC)) in get_nsec_memory_helper()
Completed in 19 milliseconds