Searched refs:g0_interrupt_props (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/plat/nuvoton/common/ |
D | plat_nuvoton_gic.c | 14 static const interrupt_prop_t g0_interrupt_props[] = { variable 22 .interrupt_props = g0_interrupt_props, 23 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
/trusted-firmware-a-latest/plat/rockchip/common/ |
D | rockchip_gicv2.c | 27 static const interrupt_prop_t g0_interrupt_props[] = { variable 39 .interrupt_props = g0_interrupt_props, 40 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
/trusted-firmware-a-latest/plat/hisilicon/hikey/ |
D | hikey_bl31_setup.c | 36 static const interrupt_prop_t g0_interrupt_props[] = { variable 51 .interrupt_props = g0_interrupt_props, 52 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
/trusted-firmware-a-latest/plat/hisilicon/hikey960/ |
D | hikey960_bl31_setup.c | 43 static const interrupt_prop_t g0_interrupt_props[] = { variable 53 .interrupt_props = g0_interrupt_props, 54 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
D | hikey960_bl1_setup.c | 50 static const interrupt_prop_t g0_interrupt_props[] = { variable 60 .interrupt_props = g0_interrupt_props, 61 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|