Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-gic.c70 struct gic_chip_data { struct
71 union gic_base dist_base;
72 union gic_base cpu_base;
73 void __iomem *raw_dist_base;
74 void __iomem *raw_cpu_base;
75 u32 percpu_offset;
77 u32 saved_spi_enable[DIV_ROUND_UP(1020, 32)];
78 u32 saved_spi_active[DIV_ROUND_UP(1020, 32)];
79 u32 saved_spi_conf[DIV_ROUND_UP(1020, 16)];
80 u32 saved_spi_target[DIV_ROUND_UP(1020, 4)];
[all …]
H A Dirq-gic-v3.c53 struct gic_chip_data { struct
74 static struct gic_chip_data gic_data __read_mostly; argument