Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dirq.h663 struct irq_chip_generic { struct
664 raw_spinlock_t lock;
665 void __iomem *reg_base;
666 unsigned int irq_base;
667 unsigned int irq_cnt;
668 u32 mask_cache;
669 u32 type_cache;
670 u32 polarity_cache;
671 u32 wake_enabled;
672 u32 wake_active;
[all …]