Home
last modified time | relevance | path

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

12

/external/arm-trusted-firmware/drivers/arm/gic/v2/
Dgicv2_helpers.c123 const interrupt_prop_t *interrupt_props, in gicv2_secure_spis_configure_props() argument
131 assert(interrupt_props != NULL); in gicv2_secure_spis_configure_props()
134 prop_desc = &interrupt_props[i]; in gicv2_secure_spis_configure_props()
164 const interrupt_prop_t *interrupt_props, in gicv2_secure_ppi_sgi_setup_props() argument
173 assert(interrupt_props != NULL); in gicv2_secure_ppi_sgi_setup_props()
187 prop_desc = &interrupt_props[i]; in gicv2_secure_ppi_sgi_setup_props()
Dgicv2_private.h20 const interrupt_prop_t *interrupt_props,
23 const interrupt_prop_t *interrupt_props,
Dgicv2_main.c84 driver_data->interrupt_props, in gicv2_pcpu_distif_init()
116 driver_data->interrupt_props, in gicv2_distif_init()
136 plat_driver_data->interrupt_props != NULL : 1); in gicv2_driver_init()
/external/arm-trusted-firmware/plat/nvidia/tegra/common/
Dtegra_gicv2.c21 void tegra_gic_setup(const interrupt_prop_t *interrupt_props, in tegra_gic_setup() argument
34 tegra_gic_data.interrupt_props = interrupt_props; in tegra_gic_setup()
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_gicv3.c63 .interrupt_props = uniphier_interrupt_props,
72 .interrupt_props = uniphier_interrupt_props,
81 .interrupt_props = uniphier_interrupt_props,
/external/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_helpers.c388 const interrupt_prop_t *interrupt_props, in gicv3_secure_spis_config_props() argument
398 assert(interrupt_props != NULL); in gicv3_secure_spis_config_props()
401 current_prop = &interrupt_props[i]; in gicv3_secure_spis_config_props()
473 const interrupt_prop_t *interrupt_props, in gicv3_secure_ppi_sgi_config_props() argument
482 assert(interrupt_props != NULL); in gicv3_secure_ppi_sgi_config_props()
485 current_prop = &interrupt_props[i]; in gicv3_secure_ppi_sgi_config_props()
Dgicv3_private.h101 const interrupt_prop_t *interrupt_props,
104 const interrupt_prop_t *interrupt_props,
/external/arm-trusted-firmware/plat/renesas/rcar/aarch64/
Dplatform_common.c221 static const interrupt_prop_t interrupt_props[] = { variable
262 .interrupt_props = interrupt_props,
263 .interrupt_props_num = (uint32_t) ARRAY_SIZE(interrupt_props),
/external/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/
Dtegra_gic.h27 void tegra_gic_setup(const interrupt_prop_t *interrupt_props,
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_gicv2.c19 .interrupt_props = qemu_interrupt_props,
Dqemu_gicv3.c27 .interrupt_props = qemu_interrupt_props,
/external/arm-trusted-firmware/plat/mediatek/mt6795/
Dplat_mt_gic.c21 .interrupt_props = g0_interrupt_props,
/external/arm-trusted-firmware/plat/rockchip/common/
Drockchip_gicv2.c39 .interrupt_props = g0_interrupt_props,
Drockchip_gicv3.c41 .interrupt_props = g01s_interrupt_props,
/external/arm-trusted-firmware/plat/hisilicon/poplar/
Dpoplar_gicv2.c26 .interrupt_props = poplar_interrupt_props,
/external/arm-trusted-firmware/plat/arm/common/
Darm_gicv2.c37 .interrupt_props = arm_interrupt_props,
/external/arm-trusted-firmware/plat/layerscape/common/tsp/
Dls_tsp_setup.c24 .interrupt_props = g0_interrupt_props,
/external/arm-trusted-firmware/plat/ti/k3/common/
Dk3_gicv3.c35 .interrupt_props = k3_interrupt_props,
/external/arm-trusted-firmware/plat/socionext/synquacer/
Dsq_gicv3.c62 .interrupt_props = sq_interrupt_props,
/external/arm-trusted-firmware/plat/marvell/common/
Dmarvell_gicv3.c67 .interrupt_props = marvell_interrupt_props,
Dmarvell_gicv2.c60 .interrupt_props = marvell_interrupt_props,
/external/arm-trusted-firmware/plat/xilinx/versal/
Dversal_gicv3.c65 .interrupt_props = versal_interrupt_props,
/external/arm-trusted-firmware/plat/imx/common/
Dplat_imx8_gic.c35 .interrupt_props = g01s_interrupt_props,
/external/arm-trusted-firmware/plat/amlogic/gxbb/
Dgxbb_bl31_setup.c130 .interrupt_props = gxbb_interrupt_props,
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl31_setup.c51 .interrupt_props = g0_interrupt_props,

12