Searched refs:fdt_read_uint64 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/lib/fconf/ |
| H A D | fconf_dyn_cfg_getter.c | 113 rc = fdt_read_uint64(dtb, child, "load-address", &val64); in fconf_populate_dtb_registry() 137 rc = fdt_read_uint64(dtb, child, "secondary-load-address", in fconf_populate_dtb_registry()
|
| H A D | fconf_tbbr_getter.c | 58 err = fdt_read_uint64(dtb, node, "mbedtls_heap_addr", &val64); in fconf_populate_tbbr_dyn_config()
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_spmd_manifest.c | 69 rc = fdt_read_uint64(fdt, node, "load_address", &attr->load_address); in manifest_parse_attribute() 75 rc = fdt_read_uint64(fdt, node, "entrypoint", &attr->entrypoint); in manifest_parse_attribute()
|
| /rk3399_ARM-atf/include/common/ |
| H A D | fdt_wrappers.h | 22 int fdt_read_uint64(const void *dtb, int node, const char *prop_name,
|
| /rk3399_ARM-atf/common/ |
| H A D | fdt_wrappers.c | 76 int fdt_read_uint64(const void *dtb, int node, const char *prop_name, in fdt_read_uint64() function 95 int err = fdt_read_uint64(dtb, node, prop_name, &ret); in fdt_read_uint64_default()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_dyn_cfg_helpers.c | 518 rc = fdt_read_uint64(dtb, node, DTB_PROP_HW_LOG_ADDR, log_addr); in arm_get_tb_fw_info()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_setup.c | 128 ret = fdt_read_uint64(sp_manifest, node, property, base_address); in get_memory_region_info() 542 ret = fdt_read_uint64(sp_manifest, offset, property, in populate_sp_regions()
|