Searched refs:soc_fw_config_info (Results 1 – 3 of 3) sorted by relevance
23 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local30 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()31 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()32 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()
32 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local38 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()39 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()40 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()
166 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local168 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()169 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()170 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()