Home
last modified time | relevance | path

Searched refs:handoff (Results 1 – 25 of 29) sorted by relevance

12

/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()
24 if (sizeof(*handoff_ptr) > sizeof(handoff)) { in socfpga_get_handoff()
28 for (j = 0; j < sizeof(handoff) / 4; j++) { in socfpga_get_handoff()
36 for (i = 0; i < sizeof(handoff) / 4; i++) in socfpga_get_handoff()
/rk3399_ARM-atf/plat/intel/soc/stratix10/include/
H A Ds10_pinmux.h17 void config_pinmux(handoff *handoff);
H A Ds10_clock_manager.h93 void config_clkmgr_handoff(handoff *hoff_ptr);
/rk3399_ARM-atf/plat/intel/soc/common/drivers/combophy/
H A Dcombophy.h39 int combo_phy_init(handoff *hoff_ptr);
40 int dfi_select(handoff *hoff_ptr);
H A Dcombophy.c24 int dfi_select(handoff *hoff_ptr) in dfi_select()
69 int combo_phy_init(handoff *hoff_ptr) in combo_phy_init()
/rk3399_ARM-atf/plat/intel/soc/agilex/include/
H A Dagilex_pinmux.h32 void config_pinmux(handoff *handoff);
H A Dagilex_clock_manager.h126 void config_clkmgr_handoff(handoff *hoff_ptr);
/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_power_manager.c42 static int pss_sram_power_off(handoff *hoff_ptr) in pss_sram_power_off()
66 void config_pwrmgr_handoff(handoff *hoff_ptr) in config_pwrmgr_handoff()
H A Dagilex5_pinmux.c223 void config_pinmux(handoff *hoff_ptr) in config_pinmux()
H A Dagilex5_ddr.c314 int agilex5_ddr_init(handoff *hoff_ptr) in agilex5_ddr_init()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_handoff.h185 } handoff; typedef
187 int verify_handoff_image(handoff *hoff_ptr, handoff *reverse_hoff_ptr);
188 int socfpga_get_handoff(handoff *hoff_ptr);
/rk3399_ARM-atf/plat/intel/soc/agilex5/include/
H A Dagilex5_ddr.h29 int agilex5_ddr_init(handoff *hoff_ptr);
H A Dagilex5_pinmux.h198 void config_pinmux(handoff *handoff);
H A Dagilex5_power_manager.h90 void config_pwrmgr_handoff(handoff *hoff_ptr);
H A Dagilex5_clock_manager.h304 int config_clkmgr_handoff(handoff *hoff_ptr);
/rk3399_ARM-atf/plat/intel/soc/stratix10/soc/
H A Ds10_pinmux.c188 void config_pinmux(handoff *hoff_ptr) in config_pinmux()
H A Ds10_clock_manager.c38 void config_clkmgr_handoff(handoff *hoff_ptr) in config_clkmgr_handoff()
/rk3399_ARM-atf/plat/intel/soc/agilex/soc/
H A Dagilex_pinmux.c215 void config_pinmux(handoff *hoff_ptr) in config_pinmux()
H A Dagilex_clock_manager.c95 void config_clkmgr_handoff(handoff *hoff_ptr) in config_clkmgr_handoff()
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/
H A Dddr.h154 int ddr_config_handoff(handoff *hoff_ptr);
H A Dddr.c261 int ddr_config_handoff(handoff *hoff_ptr) in ddr_config_handoff()
312 handoff reverse_handoff_ptr; in ddr_init()
/rk3399_ARM-atf/plat/intel/soc/stratix10/
H A Dbl2_plat_setup.c59 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()
/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl2_plat_setup.c79 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/docs/plat/
H A Dxilinx-versal.rst116 uses that data to hand off to the loaded images. The address of the handoff

12