Searched defs:InnerIrqChipGeneric (Results 1 – 1 of 1) sorted by relevance
256 struct InnerIrqChipGeneric { struct258 reg_base: VirtAddr,259 ops: &'static dyn IrqChipGenericOps,261 irq_base: u32,263 irq_cnt: u32,265 mask_cache: u32,267 type_cache: u32,269 polarity_cache: u32,271 wake_enabled: bool,273 wake_active: bool,[all …]