| /rk3399_ARM-atf/plat/intel/soc/common/soc/ |
| H A D | socfpga_handoff.c | 16 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 D | s10_pinmux.h | 17 void config_pinmux(handoff *handoff);
|
| H A D | s10_clock_manager.h | 93 void config_clkmgr_handoff(handoff *hoff_ptr);
|
| /rk3399_ARM-atf/plat/intel/soc/common/drivers/combophy/ |
| H A D | combophy.h | 39 int combo_phy_init(handoff *hoff_ptr); 40 int dfi_select(handoff *hoff_ptr);
|
| H A D | combophy.c | 24 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 D | agilex_pinmux.h | 32 void config_pinmux(handoff *handoff);
|
| H A D | agilex_clock_manager.h | 126 void config_clkmgr_handoff(handoff *hoff_ptr);
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/soc/ |
| H A D | agilex5_power_manager.c | 42 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 D | agilex5_pinmux.c | 223 void config_pinmux(handoff *hoff_ptr) in config_pinmux()
|
| H A D | agilex5_ddr.c | 314 int agilex5_ddr_init(handoff *hoff_ptr) in agilex5_ddr_init()
|
| /rk3399_ARM-atf/plat/intel/soc/common/include/ |
| H A D | socfpga_handoff.h | 185 } 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 D | agilex5_ddr.h | 29 int agilex5_ddr_init(handoff *hoff_ptr);
|
| H A D | agilex5_pinmux.h | 198 void config_pinmux(handoff *handoff);
|
| H A D | agilex5_power_manager.h | 90 void config_pwrmgr_handoff(handoff *hoff_ptr);
|
| H A D | agilex5_clock_manager.h | 304 int config_clkmgr_handoff(handoff *hoff_ptr);
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/soc/ |
| H A D | s10_pinmux.c | 188 void config_pinmux(handoff *hoff_ptr) in config_pinmux()
|
| H A D | s10_clock_manager.c | 38 void config_clkmgr_handoff(handoff *hoff_ptr) in config_clkmgr_handoff()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/soc/ |
| H A D | agilex_pinmux.c | 215 void config_pinmux(handoff *hoff_ptr) in config_pinmux()
|
| H A D | agilex_clock_manager.c | 95 void config_clkmgr_handoff(handoff *hoff_ptr) in config_clkmgr_handoff()
|
| /rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/ |
| H A D | ddr.h | 154 int ddr_config_handoff(handoff *hoff_ptr);
|
| H A D | ddr.c | 261 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 D | bl2_plat_setup.c | 59 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/ |
| H A D | bl2_plat_setup.c | 63 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/ |
| H A D | bl2_plat_setup.c | 79 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | xilinx-versal.rst | 116 uses that data to hand off to the loaded images. The address of the handoff
|