/trusted-firmware-a-3.7.0/plat/arm/board/arm_fpga/ |
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()
|
D | fpga_gicv3.c | 47 node = fdt_node_offset_by_compatible(fdt, 0, "arm,gic-v3"); in plat_fpga_gic_init()
|
/trusted-firmware-a-3.7.0/include/common/ |
D | fdt_wrappers.h | 68 for (node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); \ 70 node = fdt_node_offset_by_compatible(dtb, node, compatible_str))
|
/trusted-firmware-a-3.7.0/plat/st/common/ |
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() 277 int node = fdt_node_offset_by_compatible(fdt, -1, DT_PWR_COMPAT); in dt_get_vdd_regulator() 333 node = fdt_node_offset_by_compatible(fdt, -1, DT_BSEC_COMPAT); in dt_find_otp_name()
|
/trusted-firmware-a-3.7.0/plat/arm/common/ |
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() 158 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_set_event_log_info() 361 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_get_tb_fw_info()
|
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 47 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config() 83 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-1.0"); in fconf_populate_topology() 290 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,armv8-timer"); in fconf_populate_cpu_timer()
|
D | fconf_nt_config_getter.c | 31 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_event_log_config()
|
/trusted-firmware-a-3.7.0/plat/arm/common/fconf/ |
D | fconf_nv_cntr_getter.c | 33 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_nv_cntrs()
|
D | fconf_sdei_getter.c | 33 node = fdt_node_offset_by_compatible(dtb, -1, "arm,sdei-1.0"); in fconf_populate_sdei_dyn_config()
|
D | fconf_sec_intr_config.c | 39 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, in fconf_populate_sec_intr_config()
|
/trusted-firmware-a-3.7.0/drivers/allwinner/axp/ |
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()
|
/trusted-firmware-a-3.7.0/lib/fconf/ |
D | fconf_tbbr_getter.c | 28 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_tbbr_dyn_config()
|
D | fconf_dyn_cfg_getter.c | 100 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_dtb_registry()
|
D | fconf_cot_getter.c | 388 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_manifest_descs() 423 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_image_descs()
|
/trusted-firmware-a-3.7.0/plat/allwinner/sun50i_h6/ |
D | sunxi_power.c | 70 node = fdt_node_offset_by_compatible(fdt, 0, "allwinner,sun8i-a23-rsb"); in sunxi_pmic_setup()
|
/trusted-firmware-a-3.7.0/drivers/st/clk/ |
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()
|
/trusted-firmware-a-3.7.0/lib/romlib/ |
D | jmptbl.i | 19 fdt fdt_node_offset_by_compatible
|
/trusted-firmware-a-3.7.0/plat/st/stm32mp1/ |
D | stm32mp1_fconf_firewall.c | 88 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp1_firewall()
|
/trusted-firmware-a-3.7.0/plat/arm/board/juno/ |
D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/ |
D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
/trusted-firmware-a-3.7.0/drivers/st/ddr/ |
D | stm32mp1_ram.c | 76 node = fdt_node_offset_by_compatible(fdt, -1, DT_DDR_COMPAT); in stm32mp1_ddr_setup()
|
/trusted-firmware-a-3.7.0/plat/qemu/qemu/ |
D | qemu_helpers.c | 112 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm); in qemu_set_event_log_info()
|
/trusted-firmware-a-3.7.0/plat/imx/imx8m/ |
D | imx8m_dyn_cfg_helpers.c | 136 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm); in imx8m_set_event_log_info()
|
/trusted-firmware-a-3.7.0/plat/common/ |
D | plat_spmd_manifest.c | 174 rc = fdt_node_offset_by_compatible(pm_addr, -1, in plat_spm_core_manifest_load()
|
/trusted-firmware-a-3.7.0/plat/rpi/rpi4/ |
D | rpi4_bl31_setup.c | 278 offs = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-400"); in rpi4_prepare_dtb()
|