Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/common/
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()
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()
/arm-trusted-firmware-2.8.0/drivers/arm/gic/v2/
A Dgicv2_helpers.c122 const interrupt_prop_t *interrupt_props, in gicv2_secure_spis_configure_props() argument
130 assert(interrupt_props != NULL); in gicv2_secure_spis_configure_props()
133 prop_desc = &interrupt_props[i]; in gicv2_secure_spis_configure_props()
163 const interrupt_prop_t *interrupt_props, in gicv2_secure_ppi_sgi_setup_props() argument
172 assert(interrupt_props != NULL); in gicv2_secure_ppi_sgi_setup_props()
186 prop_desc = &interrupt_props[i]; in gicv2_secure_ppi_sgi_setup_props()
A Dgicv2_private.h20 const interrupt_prop_t *interrupt_props,
23 const interrupt_prop_t *interrupt_props,
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/
A Duniphier_gicv3.c63 .interrupt_props = uniphier_interrupt_props,
72 .interrupt_props = uniphier_interrupt_props,
81 .interrupt_props = uniphier_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_gicv3.c115 fvp_gic_data.interrupt_props = FCONF_GET_PROPERTY(hw_config, in plat_arm_gic_driver_init()
120 fvp_gic_data.interrupt_props = fvp_interrupt_props; in plat_arm_gic_driver_init()
126 fvp_gic_data.interrupt_props = fvp_interrupt_props; in plat_arm_gic_driver_init()
/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/
A Dgicv3_helpers.c197 const interrupt_prop_t *interrupt_props, in gicv3_secure_spis_config_props() argument
207 assert(interrupt_props != NULL); in gicv3_secure_spis_config_props()
211 current_prop = &interrupt_props[i]; in gicv3_secure_spis_config_props()
310 const interrupt_prop_t *interrupt_props, in gicv3_secure_ppi_sgi_config_props() argument
319 assert(interrupt_props != NULL); in gicv3_secure_ppi_sgi_config_props()
323 current_prop = &interrupt_props[i]; in gicv3_secure_ppi_sgi_config_props()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/include/drivers/
A Dtegra_gic.h27 void tegra_gic_setup(const interrupt_prop_t *interrupt_props,
/arm-trusted-firmware-2.8.0/plat/renesas/common/aarch64/
A 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),
/arm-trusted-firmware-2.8.0/plat/qemu/common/
A Dqemu_gicv2.c19 .interrupt_props = qemu_interrupt_props,
A Dqemu_gicv3.c27 .interrupt_props = qemu_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/rockchip/common/
A Drockchip_gicv2.c39 .interrupt_props = g0_interrupt_props,
A Drockchip_gicv3.c41 .interrupt_props = g01s_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/
A Dpoplar_gicv2.c26 .interrupt_props = poplar_interrupt_props,
/arm-trusted-firmware-2.8.0/drivers/nxp/gic/
A Dls_gicv2.c28 ls_gic_data.interrupt_props = ls_interrupt_props; in plat_ls_gic_driver_init()
A Dls_gicv3.c27 ls_gic_data.interrupt_props = ls_interrupt_props; in plat_ls_gic_driver_init()
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_gicv2.c37 .interrupt_props = arm_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/brcm/common/
A Dbrcm_gicv3.c45 .interrupt_props = brcm_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/qti/msm8916/
A Dmsm8916_gicv2.c49 .interrupt_props = msm8916_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/socionext/synquacer/
A Dsq_gicv3.c62 .interrupt_props = sq_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dstm32mp1_gic.c36 .interrupt_props = stm32mp1_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/xilinx/versal/
A Dversal_gicv3.c65 .interrupt_props = versal_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/marvell/armada/common/
A Dmarvell_gicv3.c67 .interrupt_props = marvell_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/ti/k3/common/
A Dk3_gicv3.c40 .interrupt_props = k3_interrupt_props,
/arm-trusted-firmware-2.8.0/plat/imx/common/
A Dplat_imx8_gic.c39 .interrupt_props = g01s_interrupt_props,

Completed in 17 milliseconds

12