Searched refs:g0_interrupt_props (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-a/plat/mediatek/mt6795/ |
A D | plat_mt_gic.c | 13 static const interrupt_prop_t g0_interrupt_props[] = { variable 21 .interrupt_props = g0_interrupt_props, 22 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
/trusted-firmware-a/plat/rockchip/common/ |
A 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/plat/layerscape/common/tsp/ |
A D | ls_tsp_setup.c | 16 static const interrupt_prop_t g0_interrupt_props[] = { variable 24 .interrupt_props = g0_interrupt_props, 25 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
/trusted-firmware-a/plat/hisilicon/hikey/ |
A 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/plat/layerscape/common/ |
A D | ls_bl31_setup.c | 26 static const interrupt_prop_t g0_interrupt_props[] = { variable 34 .interrupt_props = g0_interrupt_props, 35 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
/trusted-firmware-a/plat/hisilicon/hikey960/ |
A D | hikey960_bl31_setup.c | 38 static const interrupt_prop_t g0_interrupt_props[] = { variable 48 .interrupt_props = g0_interrupt_props, 49 .interrupt_props_num = ARRAY_SIZE(g0_interrupt_props),
|
A 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),
|
Completed in 6 milliseconds