Lines Matching defs:bl31_fw_config
62 static struct mtk_bl31_fw_config bl31_fw_config;
64 struct mtk_bl31_fw_config bl31_fw_config;
75 arg = bl31_fw_config.from_bl2;
78 arg = bl31_fw_config.soc_fw_config;
81 arg = bl31_fw_config.hw_config;
84 arg = bl31_fw_config.reserved;
123 bl31_fw_config.from_bl2 = (void *)&bl_param_clone;
124 bl31_fw_config.soc_fw_config = (void *)soc_fw_config;
125 bl31_fw_config.hw_config = (void *)hw_config;
126 bl31_fw_config.reserved = (void *)plat_params_from_bl2;