Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic.c68 struct gic_chip_data { struct
69 struct irq_chip chip;
70 union gic_base dist_base;
71 union gic_base cpu_base;
72 void __iomem *raw_dist_base;
73 void __iomem *raw_cpu_base;
74 u32 percpu_offset;
76 u32 saved_spi_enable[DIV_ROUND_UP(1020, 32)];
77 u32 saved_spi_active[DIV_ROUND_UP(1020, 32)];
78 u32 saved_spi_conf[DIV_ROUND_UP(1020, 16)];
[all …]
/OK3568_Linux_fs/kernel/include/linux/irqchip/
H A Darm-gic-v3.h696 struct gic_chip_data { struct
697 struct fwnode_handle *fwnode;
698 void __iomem *dist_base;
699 struct redist_region *redist_regions;
700 struct rdists rdists;
701 struct irq_domain *domain;
702 u64 redist_stride;
703 u32 nr_redist_regions;
704 u64 flags;
705 bool has_rss;
[all …]