/arm-trusted-firmware-2.8.0/plat/arm/board/arm_fpga/ |
A D | fpga_bl31_setup.c | 169 node = fdt_node_offset_by_compatible(fdt, 0, "arm,armv8-timer"); in fpga_get_system_frequency() 179 node = fdt_node_offset_by_compatible(fdt, 0, "arm,pl011"); in fpga_get_system_frequency() 223 node = fdt_node_offset_by_compatible(fdt, 0, "arm,pl011"); in fpga_dtb_update_clock() 368 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb() 378 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb()
|
A D | fpga_gicv3.c | 47 node = fdt_node_offset_by_compatible(fdt, 0, "arm,gic-v3"); in plat_fpga_gic_init()
|
/arm-trusted-firmware-2.8.0/include/common/ |
A D | fdt_wrappers.h | 57 for (node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); \ 59 node = fdt_node_offset_by_compatible(dtb, node, compatible_str))
|
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | stm32mp_dt.c | 175 node = fdt_node_offset_by_compatible(fdt, offset, compat); in dt_get_node() 243 node = fdt_node_offset_by_compatible(fdt, -1, DT_DDR_COMPAT); in dt_get_ddr_size() 280 int node = fdt_node_offset_by_compatible(fdt, -1, DT_PWR_COMPAT); in dt_get_vdd_regulator() 336 node = fdt_node_offset_by_compatible(fdt, -1, DT_BSEC_COMPAT); in dt_find_otp_name()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fconf/ |
A D | fconf_hw_config_getter.c | 38 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config() 74 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-1.0"); in fconf_populate_topology() 281 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()
|
/arm-trusted-firmware-2.8.0/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() 155 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_set_event_log_info() 345 node = fdt_node_offset_by_compatible(dtb, -1, compatible); in arm_get_tb_fw_info()
|
/arm-trusted-firmware-2.8.0/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_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 | 50 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_arm_sp()
|
/arm-trusted-firmware-2.8.0/drivers/allwinner/axp/ |
A D | common.c | 129 node = fdt_node_offset_by_compatible(fdt, -1, in board_uses_usb0_host_mode() 152 node = fdt_node_offset_by_compatible(fdt, -1, axp_compatible); in axp_setup_regulators()
|
/arm-trusted-firmware-2.8.0/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 | 100 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()
|
/arm-trusted-firmware-2.8.0/drivers/st/clk/ |
A D | stm32mp_clkfunc.c | 163 node = fdt_node_offset_by_compatible(fdt, -1, DT_RCC_CLK_COMPAT); in fdt_get_rcc_node() 263 if (fdt_node_offset_by_compatible(fdt, -1, DT_RCC_SEC_CLK_COMPAT) < 0) { in fdt_get_rcc_secure_state()
|
/arm-trusted-firmware-2.8.0/lib/romlib/ |
A D | jmptbl.i | 19 fdt fdt_node_offset_by_compatible
|
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/ |
A D | stm32mp1_fconf_firewall.c | 88 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp1_firewall()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/ |
A D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/ |
A D | jmptbl.i | 23 fdt fdt_node_offset_by_compatible
|
/arm-trusted-firmware-2.8.0/drivers/st/ddr/ |
A D | stm32mp1_ram.c | 75 node = fdt_node_offset_by_compatible(fdt, -1, DT_DDR_COMPAT); in stm32mp1_ddr_setup()
|
/arm-trusted-firmware-2.8.0/plat/qemu/qemu/ |
A D | qemu_helpers.c | 112 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm); in qemu_set_event_log_info()
|
/arm-trusted-firmware-2.8.0/plat/imx/imx8m/ |
A D | imx8m_dyn_cfg_helpers.c | 136 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm); in imx8m_set_event_log_info()
|
/arm-trusted-firmware-2.8.0/plat/common/ |
A D | plat_spmd_manifest.c | 174 rc = fdt_node_offset_by_compatible(pm_addr, -1, in plat_spm_core_manifest_load()
|
/arm-trusted-firmware-2.8.0/plat/rpi/rpi4/ |
A D | rpi4_bl31_setup.c | 278 offs = fdt_node_offset_by_compatible(dtb, 0, "arm,gic-400"); in rpi4_prepare_dtb()
|