Searched refs:gic_intr_map (Results 1 - 4 of 4) sorted by relevance

/arch/mips/mti-sead3/
H A Dsead3-int.c30 static struct gic_intr_map gic_intr_map[GIC_NUM_INTRS] = { variable in typeref:struct:gic_intr_map
84 gic_init(GIC_BASE_ADDR, GIC_ADDRSPACE_SZ, gic_intr_map,
85 ARRAY_SIZE(gic_intr_map), MIPS_GIC_IRQ_BASE);
/arch/mips/mti-malta/
H A Dmalta-int.c411 static struct gic_intr_map gic_intr_map[GIC_NUM_INTRS] = { variable in typeref:struct:gic_intr_map
436 gic_intr_map[intr].cpunum = cpu;
437 gic_intr_map[intr].pin = cpupin;
438 gic_intr_map[intr].polarity = GIC_POL_POS;
439 gic_intr_map[intr].trigtype = GIC_TRIG_EDGE;
440 gic_intr_map[intr].flags = 0;
536 gic_init(GIC_BASE_ADDR, GIC_ADDRSPACE_SZ, gic_intr_map,
537 ARRAY_SIZE(gic_intr_map), MIPS_GIC_IRQ_BASE);
/arch/mips/include/asm/
H A Dgic.h314 struct gic_intr_map { struct
364 unsigned long gic_addrspace_size, struct gic_intr_map *intrmap,
/arch/mips/kernel/
H A Dirq-gic.c336 struct gic_intr_map *intrmap, int mapsize)
380 struct gic_intr_map *intr_map, unsigned int intr_map_size,

Completed in 306 milliseconds