Home
last modified time | relevance | path

Searched defs:gic_chip_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/arm/common/
Dgic.c53 struct gic_chip_data { struct
54 unsigned int irq_offset;
55 union gic_base dist_base;
56 union gic_base cpu_base;
58 u32 saved_spi_enable[DIV_ROUND_UP(1020, 32)];
59 u32 saved_spi_conf[DIV_ROUND_UP(1020, 16)];
60 u32 saved_spi_target[DIV_ROUND_UP(1020, 4)];
61 u32 __percpu *saved_ppi_enable;
62 u32 __percpu *saved_ppi_conf;
65 struct irq_domain domain;
[all …]