Lines Matching defs:hw_config_info
50 const struct dyn_cfg_dtb_info_t *hw_config_info __unused;
94 hw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, HW_CONFIG_ID);
95 assert(hw_config_info != NULL);
97 param_node->ep_info.args.arg1 = hw_config_info->secondary_config_addr;
108 const struct dyn_cfg_dtb_info_t *hw_config_info;
115 hw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, HW_CONFIG_ID);
116 assert(hw_config_info != NULL);
122 (void *)hw_config_info->config_addr);
125 memcpy((void *)hw_config_info->secondary_config_addr,
126 (void *)hw_config_info->config_addr,
133 flush_dcache_range(hw_config_info->secondary_config_addr,