Home
last modified time | relevance | path

Searched refs:active_high (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs202 active_high: bool, in install()
218 if !active_high { in install()
347 active_high: bool, in new()
357 active_high, in new()
375 active_high: bool, field
387 self.active_high, in sync_to_chip()
461 active_high: bool, in ioapic_install()
471 active_high, in ioapic_install()
535 let active_high = flow_type.is_level_high().unwrap_or(false); in irq_set_type() localVariable
536 chip_data_inner.active_high = active_high; in irq_set_type()
[all …]