| /rk3399_ARM-atf/plat/arm/board/arm_fpga/ |
| H A D | fpga_bl31_setup.c | 170 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 D | fpga_gicv3.c | 47 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 D | socfpga_dt.c | 49 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 D | arm_dyn_cfg_helpers.c | 61 *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 D | sunxi_power.c | 152 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 D | stm32mp_dt.c | 172 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 D | stm32mp_gic.c | 56 node = fdt_node_offset_by_compatible(fdt, -1, "arm,cortex-a7-gic"); in stm32mp_gic_init()
|
| /rk3399_ARM-atf/include/common/ |
| H A D | fdt_wrappers.h | 72 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 D | fconf_gicv3_config_getter.c | 29 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config()
|
| H A D | fconf_nt_config_getter.c | 31 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_event_log_config()
|
| H A D | fconf_hw_config_getter.c | 45 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 D | fconf_nv_cntr_getter.c | 33 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_nv_cntrs()
|
| H A D | fconf_sdei_getter.c | 33 node = fdt_node_offset_by_compatible(dtb, -1, "arm,sdei-1.0"); in fconf_populate_sdei_dyn_config()
|
| H A D | fconf_sec_intr_config.c | 39 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, in fconf_populate_sec_intr_config()
|
| /rk3399_ARM-atf/drivers/allwinner/axp/ |
| H A D | common.c | 120 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 D | plat_spmd_manifest.c | 140 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 D | fconf_tbbr_getter.c | 28 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_tbbr_dyn_config()
|
| H A D | fconf_dyn_cfg_getter.c | 100 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_dtb_registry()
|
| /rk3399_ARM-atf/plat/rpi/rpi4/ |
| H A D | rpi4_setup.c | 89 offs = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-400"); in rpi4_prepare_dtb()
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | version.lds | 30 fdt_node_offset_by_compatible;
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | stm32mp_clkfunc.c | 163 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 D | sunxi_power.c | 70 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 D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_fconf_firewall.c | 88 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp1_firewall()
|