Home
last modified time | relevance | path

Searched refs:fdt_node_offset_by_compatible (Results 1 – 23 of 23) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/caam/hal/common/
A Dhal_cfg_dt.c36 int node = fdt_node_offset_by_compatible(fdt, 0, dt_jr_match_table); in find_jr_offset()
39 node = fdt_node_offset_by_compatible(fdt, node, in find_jr_offset()
62 node = fdt_node_offset_by_compatible(fdt, 0, dt_caam_match_table); in caam_hal_cfg_get_ctrl_dt()
124 int node = fdt_node_offset_by_compatible(fdt, 0, dt_jr_match_table); in caam_hal_cfg_disable_jobring_dt()
127 node = fdt_node_offset_by_compatible(fdt, node, in caam_hal_cfg_disable_jobring_dt()
/optee_os-3.20.0/core/drivers/pm/sam/
A Dat91_pm.c188 node = fdt_node_offset_by_compatible(soc_pm.fdt, -1, in at91_pm_config_ws_ulp1()
202 node = fdt_node_offset_by_compatible(soc_pm.fdt, node, in at91_pm_config_ws_ulp1()
343 node = fdt_node_offset_by_compatible(fdt, -1, "atmel,sama5d3-ddramc"); in at91_pm_dt_dram_init()
358 node = fdt_node_offset_by_compatible(fdt, -1, "atmel,sama5d2-sfrbu"); in at91_pm_backup_init()
378 node = fdt_node_offset_by_compatible(fdt, -1, "atmel,sama5d2-sram"); in at91_pm_sram_init()
412 node = fdt_node_offset_by_compatible(fdt, -1, "atmel,sama5d2-securam"); in at91_securam_init()
434 node = fdt_node_offset_by_compatible(fdt, -1, "atmel,sama5d2-secumod"); in at91_securam_init()
/optee_os-3.20.0/core/arch/arm/plat-sam/
A Dfreq.c24 node = fdt_node_offset_by_compatible(fdt, -1, "arm,cortex-a5"); in get_freq_from_dt()
/optee_os-3.20.0/core/kernel/
A Dtpm.c86 node = fdt_node_offset_by_compatible(fdt, -1, dt_tpm_match_table); in get_tpm_phys_params()
/optee_os-3.20.0/core/drivers/
A Dimx_wdog.c117 off = fdt_node_offset_by_compatible(fdt, off, match); in imx_wdog_base()
A Dstm32_etzpc.c322 int node = fdt_node_offset_by_compatible(fdt, -1, ETZPC_COMPAT); in init_etzpc_from_dt()
330 assert(fdt_node_offset_by_compatible(fdt, node, ETZPC_COMPAT) < 0); in init_etzpc_from_dt()
A Dls_sec_mon.c96 node = fdt_node_offset_by_compatible(fdt, node, "fsl,lx2160a-sec-mon"); in ls_sec_mon_init()
A Datmel_shdwc.c163 ddr_node = fdt_node_offset_by_compatible(fdt, -1, in atmel_shdwc_probe()
A Dimx_rngb.c149 off = fdt_node_offset_by_compatible(fdt, 0, rng_match_table[i]); in map_controller()
A Dstm32_rng.c239 node = fdt_node_offset_by_compatible(fdt, node, DT_RNG_COMPAT); in stm32_rng_init()
A Datmel_saic.c282 node = fdt_node_offset_by_compatible(fdt, -1, "atmel,sama5d2-saic"); in atmel_saic_setup()
A Dzynqmp_csu_aes.c397 node = fdt_node_offset_by_compatible(fdt, 0, in zynqmp_csu_aes_dt_enable_secure_status()
A Dls_sfp.c104 node = fdt_node_offset_by_compatible(fdt, node, "fsl,lx2160a-sfp"); in ls_sfp_init()
A Dls_dspi.c551 node = fdt_node_offset_by_compatible(fdt, node, in get_info_from_device_tree()
A Dimx_i2c.c504 off = fdt_node_offset_by_compatible(fdt, off, i2c_match); in i2c_mapped()
A Dstm32_bsec.c844 node = fdt_node_offset_by_compatible(fdt, 0, DT_BSEC_COMPAT); in initialize_bsec_from_dt()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c514 node = fdt_node_offset_by_compatible(fdt, 0, dt_device_match_table); in handle_fdt_dev_regions()
679 node = fdt_node_offset_by_compatible(fdt, 0, in handle_fdt_mem_regions()
828 node = fdt_node_offset_by_compatible(fdt, 0, "arm,tpm_event_log"); in handle_tpm_event_log()
1229 sp_pkgs_node = fdt_node_offset_by_compatible(fdt, root, "arm,sp_pkg"); in fip_sp_map_all()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dshared_resources.c145 int node = fdt_node_offset_by_compatible(fdt, -1, in set_gpioz_nbpin_from_dt()
/optee_os-3.20.0/core/lib/libfdt/include/
A Dlibfdt.h1060 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/drivers/
A Dstm32mp1_pmic.c51 node = fdt_node_offset_by_compatible(fdt, -1, "st,stpmic1"); in dt_get_pmic_node()
/optee_os-3.20.0/core/lib/libfdt/
A Dfdt_ro.c812 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() function
/optee_os-3.20.0/core/drivers/imx/dcp/
A Ddcp.c686 node = fdt_node_offset_by_compatible(fdt, 0, in dcp_pbase()
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c278 node = fdt_node_offset_by_compatible(fdt, -1, tz_sdp_match); in dtb_get_sdp_region()
285 tmp_node = fdt_node_offset_by_compatible(fdt, tmp_node, in dtb_get_sdp_region()

Completed in 40 milliseconds