Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl2_plat_setup.c79 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup() local
101 if ((socfpga_get_handoff(&reverse_handoff_ptr)) != 0) { in bl2_el3_early_platform_setup()
107 config_pinmux(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
119 if ((config_clkmgr_handoff(&reverse_handoff_ptr)) != 0) { in bl2_el3_early_platform_setup()
125 config_pwrmgr_handoff(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
142 if ((agilex5_ddr_init(&reverse_handoff_ptr)) != 0) { in bl2_el3_early_platform_setup()
153 if (combo_phy_init(&reverse_handoff_ptr) != 0) { in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/stratix10/
H A Dbl2_plat_setup.c59 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup() local
63 if (socfpga_get_handoff(&reverse_handoff_ptr)) in bl2_el3_early_platform_setup()
65 config_pinmux(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
67 config_clkmgr_handoff(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/agilex/
H A Dbl2_plat_setup.c63 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup() local
67 if (socfpga_get_handoff(&reverse_handoff_ptr)) in bl2_el3_early_platform_setup()
69 config_pinmux(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
70 config_clkmgr_handoff(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/
H A Dddr.c312 handoff reverse_handoff_ptr; in ddr_init() local
314 if (!socfpga_get_handoff(&reverse_handoff_ptr)) { in ddr_init()
317 status = ddr_config_handoff(&reverse_handoff_ptr); in ddr_init()