Home
last modified time | relevance | path

Searched refs:interrupt_props (Results 1 – 25 of 54) sorted by relevance

123

/rk3399_ARM-atf/plat/nvidia/tegra/common/
H A Dtegra_gicv2.c24 void tegra_gic_setup(const interrupt_prop_t *interrupt_props, in tegra_gic_setup() argument
37 tegra_gic_data.interrupt_props = interrupt_props; in tegra_gic_setup()
H A Dtegra_gicv3.c29 void tegra_gic_setup(const interrupt_prop_t *interrupt_props, in tegra_gic_setup() argument
45 tegra_gic_data.interrupt_props = interrupt_props; in tegra_gic_setup()
/rk3399_ARM-atf/drivers/arm/gic/v2/
H A Dgicv2_helpers.c124 const interrupt_prop_t *interrupt_props, in gicv2_secure_spis_configure_props() argument
132 assert(interrupt_props != NULL); in gicv2_secure_spis_configure_props()
135 prop_desc = &interrupt_props[i]; in gicv2_secure_spis_configure_props()
165 const interrupt_prop_t *interrupt_props, in gicv2_secure_ppi_sgi_setup_props() argument
174 assert(interrupt_props != NULL); in gicv2_secure_ppi_sgi_setup_props()
188 prop_desc = &interrupt_props[i]; in gicv2_secure_ppi_sgi_setup_props()
H A Dgicv2_private.h20 const interrupt_prop_t *interrupt_props,
23 const interrupt_prop_t *interrupt_props,
H A Dgicv2_base.c32 .interrupt_props = arm_interrupt_props,
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_gicv3.c82 gic_data.interrupt_props = FCONF_GET_PROPERTY(hw_config, in fvp_gic_driver_pre_init()
87 gic_data.interrupt_props = fvp_interrupt_props; in fvp_gic_driver_pre_init()
93 gic_data.interrupt_props = fvp_interrupt_props; in fvp_gic_driver_pre_init()
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_gicv3.c63 .interrupt_props = uniphier_interrupt_props,
72 .interrupt_props = uniphier_interrupt_props,
81 .interrupt_props = uniphier_interrupt_props,
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_helpers.c220 const interrupt_prop_t *interrupt_props, in gicv3_secure_spis_config_props() argument
230 assert(interrupt_props != NULL); in gicv3_secure_spis_config_props()
234 current_prop = &interrupt_props[i]; in gicv3_secure_spis_config_props()
338 const interrupt_prop_t *interrupt_props, in gicv3_secure_ppi_sgi_config_props() argument
347 assert(interrupt_props != NULL); in gicv3_secure_ppi_sgi_config_props()
351 current_prop = &interrupt_props[i]; in gicv3_secure_ppi_sgi_config_props()
/rk3399_ARM-atf/plat/renesas/common/aarch64/
H A Dplatform_common.c227 static const interrupt_prop_t interrupt_props[] = { variable
268 .interrupt_props = interrupt_props,
269 .interrupt_props_num = (uint32_t) ARRAY_SIZE(interrupt_props),
/rk3399_ARM-atf/plat/nvidia/tegra/include/drivers/
H A Dtegra_gic.h27 void tegra_gic_setup(const interrupt_prop_t *interrupt_props,
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_gicv2.c19 .interrupt_props = qemu_interrupt_props,
H A Dqemu_gicv3.c27 .interrupt_props = qemu_interrupt_props,
/rk3399_ARM-atf/plat/nuvoton/common/
H A Dplat_nuvoton_gic.c22 .interrupt_props = g0_interrupt_props,
/rk3399_ARM-atf/plat/rockchip/common/
H A Drockchip_gicv2.c39 .interrupt_props = g0_interrupt_props,
H A Drockchip_gicv3.c41 .interrupt_props = g01s_interrupt_props,
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dpoplar_gicv2.c26 .interrupt_props = poplar_interrupt_props,
/rk3399_ARM-atf/drivers/nxp/gic/
H A Dls_gicv2.c28 ls_gic_data.interrupt_props = ls_interrupt_props; in plat_ls_gic_driver_init()
H A Dls_gicv3.c27 ls_gic_data.interrupt_props = ls_interrupt_props; in plat_ls_gic_driver_init()
/rk3399_ARM-atf/plat/brcm/common/
H A Dbrcm_gicv3.c45 .interrupt_props = brcm_interrupt_props,
/rk3399_ARM-atf/plat/common/
H A Dplat_gicv2_base.c36 .interrupt_props = arm_interrupt_props,
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/
H A Dsbsa_gic.c26 .interrupt_props = qemu_interrupt_props,
/rk3399_ARM-atf/plat/qti/msm8916/
H A Dmsm8916_gicv2.c48 .interrupt_props = msm8916_interrupt_props,
/rk3399_ARM-atf/plat/socionext/synquacer/
H A Dsq_gicv3.c62 .interrupt_props = sq_interrupt_props,
/rk3399_ARM-atf/plat/amd/versal2/
H A Dgicv3.c68 .interrupt_props = _interrupt_props,
/rk3399_ARM-atf/plat/xilinx/versal/
H A Dversal_gicv3.c67 .interrupt_props = versal_interrupt_props,

123