Searched defs:gic_chip_data (Results 1 – 2 of 2) sorted by relevance
58 struct gic_chip_data { struct59 union gic_base dist_base;60 union gic_base cpu_base;62 u32 saved_spi_enable[DIV_ROUND_UP(1020, 32)];63 u32 saved_spi_conf[DIV_ROUND_UP(1020, 16)];64 u32 saved_spi_target[DIV_ROUND_UP(1020, 4)];65 u32 __percpu *saved_ppi_enable;89 static struct gic_chip_data gic_data[MAX_GIC_NR] __read_mostly; argument
42 struct gic_chip_data { struct52 static struct gic_chip_data gic_data __read_mostly; argument