Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_handoff.c16 int socfpga_get_handoff(handoff *reverse_hoff_ptr) in socfpga_get_handoff() function
/rk3399_ARM-atf/plat/intel/soc/stratix10/
H A Dbl2_plat_setup.c63 if (socfpga_get_handoff(&reverse_handoff_ptr)) in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/agilex/
H A Dbl2_plat_setup.c67 if (socfpga_get_handoff(&reverse_handoff_ptr)) in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl2_plat_setup.c101 if ((socfpga_get_handoff(&reverse_handoff_ptr)) != 0) { in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_handoff.h188 int socfpga_get_handoff(handoff *hoff_ptr);
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/
H A Dddr.c314 if (!socfpga_get_handoff(&reverse_handoff_ptr)) { in ddr_init()