Searched refs:fconf_populate_dtb_registry (Results 1 – 3 of 3) sorted by relevance
31 int fconf_populate_dtb_registry(uintptr_t config);
76 int fconf_populate_dtb_registry(uintptr_t config) in fconf_populate_dtb_registry() function157 FCONF_REGISTER_POPULATOR(FW_CONFIG, dyn_cfg, fconf_populate_dtb_registry);
179 err = fconf_populate_dtb_registry(fw_config_info->config_addr); in arm_bl1_platform_setup()