Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/common/drivers/combophy/
Dcombophy.c36 handoff reverse_handoff_ptr; in dfi_select() local
39 config_nand(&reverse_handoff_ptr); in dfi_select()
41 if (((reverse_handoff_ptr.peripheral_pwr_gate_array) & PERIPHERAL_SDMMC_MASK) == 0U) { in dfi_select()
47 (((reverse_handoff_ptr.peripheral_pwr_gate_array) & in dfi_select()
50 if ((data & DFI_INTF_MASK) != (((reverse_handoff_ptr.peripheral_pwr_gate_array) & in dfi_select()
/trusted-firmware-a-latest/plat/intel/soc/agilex5/
Dbl2_plat_setup.c71 handoff reverse_handoff_ptr = { 0 }; in bl2_el3_early_platform_setup() local
74 config_clkmgr_handoff(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
79 if (combo_phy_init(&reverse_handoff_ptr) != 0) { in bl2_el3_early_platform_setup()
92 handoff reverse_handoff_ptr; in bl2_el3_plat_arch_setup() local
105 sdmmc_init(&reverse_handoff_ptr, &params, &mmc_info); in bl2_el3_plat_arch_setup()
119 nand_init(&reverse_handoff_ptr); in bl2_el3_plat_arch_setup()
/trusted-firmware-a-latest/plat/intel/soc/agilex/
Dbl2_plat_setup.c60 handoff reverse_handoff_ptr; in bl2_el3_early_platform_setup() local
64 if (socfpga_get_handoff(&reverse_handoff_ptr)) in bl2_el3_early_platform_setup()
66 config_pinmux(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
67 config_clkmgr_handoff(&reverse_handoff_ptr); in bl2_el3_early_platform_setup()
/trusted-firmware-a-latest/plat/intel/soc/stratix10/
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()
/trusted-firmware-a-latest/plat/intel/soc/common/drivers/ddr/
Dddr.c311 handoff reverse_handoff_ptr; in ddr_init() local
313 if (!socfpga_get_handoff(&reverse_handoff_ptr)) { in ddr_init()
316 status = ddr_config_handoff(&reverse_handoff_ptr); in ddr_init()