Home
last modified time | relevance | path

Searched refs:DT_STATUS_OK_SEC (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/arch/arm/plat-sam/
H A Dsam_sfr.c46 if (fdt_get_status(fdt, node) == DT_STATUS_OK_SEC) in atmel_sfr_probe()
/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c447 if (fdt_get_status(fdt, node) == DT_STATUS_OK_SEC) in at91_pm_backup_init()
466 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in at91_pm_sram_init()
505 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in at91_securam_init()
527 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in at91_securam_init()
/optee_os/core/drivers/crypto/caam/hal/common/
H A Dhal_cfg_dt.c93 jr_offset = find_jr_offset(fdt, DT_STATUS_OK_SEC, &node); in caam_hal_cfg_get_jobring_dt()
/optee_os/core/drivers/
H A Datmel_trng.c92 if (status != DT_STATUS_OK_SEC) in trng_node_probe()
H A Dimx_wdog.c120 if (st & DT_STATUS_OK_SEC) { in imx_wdog_base()
H A Dxiphera_trng.c105 if (dt_status != DT_STATUS_OK_SEC) in xiphera_trng_probe()
H A Datmel_tcb.c170 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_tcb_probe()
H A Datmel_rstc.c183 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rstc_probe()
H A Datmel_shdwc.c180 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_shdwc_probe()
H A Datmel_rtc.c295 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rtc_probe()
H A Datmel_wdt.c317 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in wdt_node_probe()
H A Dls_dspi.c558 if (!(fdt_get_status(fdt, node) & DT_STATUS_OK_SEC)) in get_info_from_device_tree()
H A Dimx_i2c.c508 if (!(fdt_get_status(fdt, off) & DT_STATUS_OK_SEC)) { in i2c_mapped()
H A Dstm32_bsec.c905 !(bsec_info.status & DT_STATUS_OK_SEC)) in initialize_bsec_from_dt()
/optee_os/core/drivers/nvmem/
H A Datmel_sfc.c103 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_sfc_probe()
/optee_os/core/drivers/clk/
H A Dclk_dt.c105 if (!(status & DT_STATUS_OK_SEC)) in clk_probe_clock_provider_node()
/optee_os/core/kernel/
H A Dboot.c73 DT_STATUS_OK_SEC)) in get_nsec_memory_helper()
H A Ddt.c120 if ((st & DT_STATUS_OK_SEC) && !(st & DT_STATUS_OK_NSEC)) in dt_map_dev()
299 st |= DT_STATUS_OK_SEC; in fdt_get_status()
302 st |= DT_STATUS_OK_SEC; in fdt_get_status()
/optee_os/core/drivers/pinctrl/
H A Datmel_pio.c192 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in pio_node_probe()
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c201 if (!(status & DT_STATUS_OK_SEC)) { in amd_ps_gpio_probe()
/optee_os/core/include/kernel/
H A Ddt.h23 #define DT_STATUS_OK_SEC BIT(1) macro
/optee_os/core/drivers/i2c/
H A Datmel_i2c.c307 if (status != DT_STATUS_OK_SEC) in atmel_i2c_node_probe()
/optee_os/core/drivers/clk/sam/
H A Dsama5d2_clk.c356 if (fdt_get_status(fdt, nodeoffset) == DT_STATUS_OK_SEC) in pmc_setup()
H A Dsama7g5_clk.c1285 if (fdt_get_status(fdt, nodeoffset) == DT_STATUS_OK_SEC) in pmc_setup_sama7g5()