Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dirqchip.rs259 struct InnerIrqChipGeneric { struct
261 reg_base: VirtAddr,
262 ops: &'static dyn IrqChipGenericOps,
264 irq_base: u32,
266 irq_cnt: u32,
268 mask_cache: u32,
270 type_cache: u32,
272 polarity_cache: u32,
274 wake_enabled: bool,
276 wake_active: bool,
[all …]