Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/stratix10/
H A Dbl2_plat_setup.c84 socfpga_bridges_enable(SOC2FPGA_MASK | LWHPS2FPGA_MASK | in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_reset_manager.h247 int socfpga_bridges_enable(uint32_t mask);
/rk3399_ARM-atf/plat/intel/soc/agilex/
H A Dbl2_plat_setup.c89 socfpga_bridges_enable(SOC2FPGA_MASK | LWHPS2FPGA_MASK | in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl2_plat_setup.c159 socfpga_bridges_enable(SOC2FPGA_MASK | LWHPS2FPGA_MASK | in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c132 socfpga_bridges_enable(~0); /* Enable bridge */ in intel_mailbox_fpga_config_isdone()
751 status = socfpga_bridges_enable((uint32_t)mask);
753 status = socfpga_bridges_enable(~0);
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_reset_manager.c391 int socfpga_bridges_enable(uint32_t mask) in socfpga_bridges_enable() function