Home
last modified time | relevance | path

Searched refs:bl31_fw_config (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/common/
H A Dmtk_bl31_setup.c65 static struct mtk_bl31_fw_config bl31_fw_config; variable
67 struct mtk_bl31_fw_config bl31_fw_config; variable
78 arg = bl31_fw_config.from_bl2; in get_mtk_bl31_fw_config()
81 arg = bl31_fw_config.soc_fw_config; in get_mtk_bl31_fw_config()
84 arg = bl31_fw_config.hw_config; in get_mtk_bl31_fw_config()
87 arg = bl31_fw_config.reserved; in get_mtk_bl31_fw_config()
129 bl31_fw_config.from_bl2 = (void *)&bl_param_clone; in bl31_early_platform_setup2()
130 bl31_fw_config.soc_fw_config = (void *)soc_fw_config; in bl31_early_platform_setup2()
131 bl31_fw_config.hw_config = (void *)hw_config; in bl31_early_platform_setup2()
132 bl31_fw_config.reserved = (void *)plat_params_from_bl2; in bl31_early_platform_setup2()