| /optee_os/core/arch/arm/plat-sam/ |
| H A D | sam_sfr.c | 46 if (fdt_get_status(fdt, node) == DT_STATUS_OK_SEC) in atmel_sfr_probe()
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | at91_pm.c | 447 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 D | hal_cfg_dt.c | 93 jr_offset = find_jr_offset(fdt, DT_STATUS_OK_SEC, &node); in caam_hal_cfg_get_jobring_dt()
|
| /optee_os/core/drivers/ |
| H A D | atmel_trng.c | 92 if (status != DT_STATUS_OK_SEC) in trng_node_probe()
|
| H A D | imx_wdog.c | 120 if (st & DT_STATUS_OK_SEC) { in imx_wdog_base()
|
| H A D | xiphera_trng.c | 105 if (dt_status != DT_STATUS_OK_SEC) in xiphera_trng_probe()
|
| H A D | atmel_tcb.c | 170 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_tcb_probe()
|
| H A D | atmel_rstc.c | 183 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rstc_probe()
|
| H A D | atmel_shdwc.c | 180 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_shdwc_probe()
|
| H A D | atmel_rtc.c | 295 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rtc_probe()
|
| H A D | atmel_wdt.c | 317 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in wdt_node_probe()
|
| H A D | ls_dspi.c | 558 if (!(fdt_get_status(fdt, node) & DT_STATUS_OK_SEC)) in get_info_from_device_tree()
|
| H A D | imx_i2c.c | 508 if (!(fdt_get_status(fdt, off) & DT_STATUS_OK_SEC)) { in i2c_mapped()
|
| H A D | stm32_bsec.c | 905 !(bsec_info.status & DT_STATUS_OK_SEC)) in initialize_bsec_from_dt()
|
| /optee_os/core/drivers/nvmem/ |
| H A D | atmel_sfc.c | 103 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_sfc_probe()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk_dt.c | 105 if (!(status & DT_STATUS_OK_SEC)) in clk_probe_clock_provider_node()
|
| /optee_os/core/kernel/ |
| H A D | boot.c | 73 DT_STATUS_OK_SEC)) in get_nsec_memory_helper()
|
| H A D | dt.c | 120 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 D | atmel_pio.c | 192 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in pio_node_probe()
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 201 if (!(status & DT_STATUS_OK_SEC)) { in amd_ps_gpio_probe()
|
| /optee_os/core/include/kernel/ |
| H A D | dt.h | 23 #define DT_STATUS_OK_SEC BIT(1) macro
|
| /optee_os/core/drivers/i2c/ |
| H A D | atmel_i2c.c | 307 if (status != DT_STATUS_OK_SEC) in atmel_i2c_node_probe()
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | sama5d2_clk.c | 356 if (fdt_get_status(fdt, nodeoffset) == DT_STATUS_OK_SEC) in pmc_setup()
|
| H A D | sama7g5_clk.c | 1285 if (fdt_get_status(fdt, nodeoffset) == DT_STATUS_OK_SEC) in pmc_setup_sama7g5()
|