/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fconf/ |
A D | fconf_hw_config_getter.c | 35 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config() 71 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-1.0"); in fconf_populate_topology() 278 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,armv8-timer"); in fconf_populate_cpu_timer()
|
A D | fconf_nt_config_getter.c | 31 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_event_log_config()
|
/tf-a-ffa_el3_spmc/plat/st/common/ |
A D | stm32mp_dt.c | 178 node = fdt_node_offset_by_compatible(fdt, offset, compat); in dt_get_node() 219 node = fdt_node_offset_by_compatible(fdt, -1, DT_DDR_COMPAT); in dt_get_ddr_size() 241 node = fdt_node_offset_by_compatible(fdt, -1, DT_PWR_COMPAT); in dt_get_pwr_vdd_voltage()
|
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/ |
A D | fconf_nv_cntr_getter.c | 33 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_nv_cntrs()
|
A D | fconf_ethosn_getter.c | 43 ethosn_node = fdt_node_offset_by_compatible(hw_conf_dtb, -1, "ethosn"); in fconf_populate_ethosn_config()
|
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()
|
A D | fconf_sec_intr_config.c | 39 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, in fconf_populate_sec_intr_config()
|
A D | arm_fconf_sp.c | 47 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_arm_sp()
|
A D | arm_fconf_io.c | 312 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_arm_io_policies()
|
/tf-a-ffa_el3_spmc/plat/arm/common/ |
A D | arm_dyn_cfg_helpers.c | 58 *node = fdt_node_offset_by_compatible(dtb, -1, "arm,tb_fw"); in arm_dyn_tb_fw_cfg_init() 180 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_set_event_log_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/arm_fpga/ |
A D | fpga_bl31_setup.c | 126 node = fdt_node_offset_by_compatible(fdt, 0, "arm,armv8-timer"); in plat_get_syscnt_freq2() 230 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb()
|
A D | fpga_gicv3.c | 42 node = fdt_node_offset_by_compatible(fdt, 0, "arm,gic-v3"); in plat_fpga_gic_init()
|
/tf-a-ffa_el3_spmc/drivers/allwinner/axp/ |
A D | common.c | 128 node = fdt_node_offset_by_compatible(fdt, -1, in board_uses_usb0_host_mode() 151 node = fdt_node_offset_by_compatible(fdt, -1, axp_compatible); in axp_setup_regulators()
|
/tf-a-ffa_el3_spmc/lib/fconf/ |
A D | fconf_tbbr_getter.c | 28 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_tbbr_dyn_config()
|
A D | fconf_dyn_cfg_getter.c | 83 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_dtb_registry()
|
A D | fconf_cot_getter.c | 386 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_manifest_descs() 421 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_image_descs()
|
/tf-a-ffa_el3_spmc/lib/romlib/ |
A D | jmptbl.i | 19 fdt fdt_node_offset_by_compatible
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/ |
A D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
/tf-a-ffa_el3_spmc/plat/arm/board/juno/ |
A D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
/tf-a-ffa_el3_spmc/plat/common/ |
A D | plat_spmd_manifest.c | 172 rc = fdt_node_offset_by_compatible(pm_addr, -1, in plat_spm_core_manifest_load()
|
/tf-a-ffa_el3_spmc/plat/rpi/rpi4/ |
A D | rpi4_bl31_setup.c | 276 offs = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-400"); in rpi4_prepare_dtb()
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp_clkfunc.c | 166 return fdt_node_offset_by_compatible(fdt, -1, DT_RCC_CLK_COMPAT); in fdt_get_rcc_node()
|
/tf-a-ffa_el3_spmc/drivers/st/pmic/ |
A D | stm32mp_pmic.c | 37 return fdt_node_offset_by_compatible(fdt, -1, "st,stpmic1"); in dt_get_pmic_node()
|
/tf-a-ffa_el3_spmc/drivers/st/ddr/ |
A D | stm32mp1_ram.c | 203 node = fdt_node_offset_by_compatible(fdt, -1, DT_DDR_COMPAT); in stm32mp1_ddr_setup()
|
/tf-a-ffa_el3_spmc/common/ |
A D | fdt_fixup.c | 419 int offset = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-v3"); in fdt_adjust_gic_redist()
|