Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c170 node = fdt_node_offset_by_compatible(fdt, 0, "arm,armv8-timer"); in fpga_get_system_frequency()
180 node = fdt_node_offset_by_compatible(fdt, 0, "arm,pl011"); in fpga_get_system_frequency()
224 node = fdt_node_offset_by_compatible(fdt, 0, "arm,pl011"); in fpga_dtb_update_clock()
369 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb()
379 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb()
H A Dfpga_gicv3.c47 node = fdt_node_offset_by_compatible(fdt, 0, "arm,gic-v3"); in plat_fpga_gic_init()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_dt.c49 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in socfpga_dt_open_and_check()
74 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in socfpga_dt_populate_gicv3_config()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_dyn_cfg_helpers.c61 *node = fdt_node_offset_by_compatible(dtb, -1, "arm,tb_fw"); in arm_dyn_tb_fw_cfg_init()
154 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_set_dpe_context_handle()
253 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_get_tb_fw_info()
302 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_set_event_log_info()
509 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_get_tb_fw_info()
/rk3399_ARM-atf/plat/allwinner/sun50i_h616/
H A Dsunxi_power.c152 node = fdt_node_offset_by_compatible(fdt, 0, "x-powers,axp806"); in sunxi_pmic_setup()
158 node = fdt_node_offset_by_compatible(fdt, 0, "x-powers,axp313a"); in sunxi_pmic_setup()
165 node = fdt_node_offset_by_compatible(fdt, 0, "x-powers,axp717"); in sunxi_pmic_setup()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_dt.c172 node = fdt_node_offset_by_compatible(fdt, offset, compat); in dt_get_node()
240 node = fdt_node_offset_by_compatible(fdt, -1, DT_DDR_COMPAT); in dt_get_ddr_size()
281 int node = fdt_node_offset_by_compatible(fdt, -1, DT_PWR_COMPAT); in dt_get_vdd_regulator()
337 node = fdt_node_offset_by_compatible(fdt, -1, DT_BSEC_COMPAT); in dt_find_otp_name()
H A Dstm32mp_gic.c56 node = fdt_node_offset_by_compatible(fdt, -1, "arm,cortex-a7-gic"); in stm32mp_gic_init()
/rk3399_ARM-atf/include/common/
H A Dfdt_wrappers.h72 for (node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); \
74 node = fdt_node_offset_by_compatible(dtb, node, compatible_str))
/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_gicv3_config_getter.c29 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config()
H A Dfconf_nt_config_getter.c31 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_event_log_config()
H A Dfconf_hw_config_getter.c45 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-1.0"); in fconf_populate_topology()
48 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-0.2"); in fconf_populate_topology()
256 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,armv8-timer"); in fconf_populate_cpu_timer()
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Dfconf_nv_cntr_getter.c33 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_nv_cntrs()
H A Dfconf_sdei_getter.c33 node = fdt_node_offset_by_compatible(dtb, -1, "arm,sdei-1.0"); in fconf_populate_sdei_dyn_config()
H A Dfconf_sec_intr_config.c39 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, in fconf_populate_sec_intr_config()
/rk3399_ARM-atf/drivers/allwinner/axp/
H A Dcommon.c120 node = fdt_node_offset_by_compatible(fdt, -1, in board_uses_usb0_host_mode()
143 node = fdt_node_offset_by_compatible(fdt, -1, axp_compatible); in axp_setup_regulators()
/rk3399_ARM-atf/plat/common/
H A Dplat_spmd_manifest.c140 rc = fdt_node_offset_by_compatible(pm_addr, -1, in plat_spm_core_manifest_load()
206 rc = fdt_node_offset_by_compatible(pm_addr, -1, in plat_spm_core_manifest_load()
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_tbbr_getter.c28 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_tbbr_dyn_config()
H A Dfconf_dyn_cfg_getter.c100 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_dtb_registry()
/rk3399_ARM-atf/plat/rpi/rpi4/
H A Drpi4_setup.c89 offs = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-400"); in rpi4_prepare_dtb()
/rk3399_ARM-atf/lib/libfdt/
H A Dversion.lds30 fdt_node_offset_by_compatible;
/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp_clkfunc.c163 node = fdt_node_offset_by_compatible(fdt, -1, DT_RCC_CLK_COMPAT); in fdt_get_rcc_node()
264 if (fdt_node_offset_by_compatible(fdt, -1, DT_RCC_SEC_CLK_COMPAT) < 0) { in fdt_get_rcc_secure_state()
/rk3399_ARM-atf/plat/allwinner/sun50i_h6/
H A Dsunxi_power.c70 node = fdt_node_offset_by_compatible(fdt, 0, "allwinner,sun8i-a23-rsb"); in sunxi_pmic_setup()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Djmptbl.i23 fdt fdt_node_offset_by_compatible
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djmptbl.i23 fdt fdt_node_offset_by_compatible
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_fconf_firewall.c88 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp1_firewall()

12