Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl2_plat_setup.c190 socfpga_io_setup(boot_source, PLAT_SDMMC_DATA_BASE); in bl2_el3_plat_arch_setup()
201 socfpga_io_setup(boot_source, offset); in bl2_el3_plat_arch_setup()
207 socfpga_io_setup(boot_source, PLAT_NAND_DATA_BASE); in bl2_el3_plat_arch_setup()
/rk3399_ARM-atf/plat/intel/soc/stratix10/
H A Dbl2_plat_setup.c125 socfpga_io_setup(boot_source, PLAT_SDMMC_DATA_BASE); in bl2_el3_plat_arch_setup()
132 socfpga_io_setup(boot_source, PLAT_QSPI_DATA_BASE); in bl2_el3_plat_arch_setup()
/rk3399_ARM-atf/plat/intel/soc/agilex/
H A Dbl2_plat_setup.c134 socfpga_io_setup(boot_source, PLAT_SDMMC_DATA_BASE); in bl2_el3_plat_arch_setup()
145 socfpga_io_setup(boot_source, offset); in bl2_el3_plat_arch_setup()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_private.h38 void socfpga_io_setup(int boot_source, unsigned long offset);
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_storage.c145 void socfpga_io_setup(int boot_source, unsigned long offset) in socfpga_io_setup() function